diff --git a/src/extractCommits.ts b/src/extractCommits.ts index 980a929..686a3d3 100644 --- a/src/extractCommits.ts +++ b/src/extractCommits.ts @@ -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;