mirror of
https://github.com/webiny/action-conventional-commits.git
synced 2024-11-10 03:59:32 +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");
|
||||
const got = require("got");
|
||||
import get from "lodash.get"
|
||||
import got from "got"
|
||||
|
||||
type Commit = {
|
||||
message: string;
|
||||
|
|
Loading…
Reference in a new issue