mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-10 12:09:34 +01:00
fix: use import
instead of require
This commit is contained in:
parent
646bcd692d
commit
d95f88e824
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
const get = require("lodash.get");
|
import get from "lodash.get"
|
||||||
const got = require("got");
|
import got from "got"
|
||||||
|
|
||||||
type Commit = {
|
type Commit = {
|
||||||
message: string;
|
message: string;
|
||||||
|
|
Loading…
Reference in a new issue