We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb0c15 commit acb86ecCopy full SHA for acb86ec
1 file changed
src/build.js
@@ -23,7 +23,6 @@ const { get } = require('axios')
23
const { getScore } = require('./_modules/getScore')
24
const { readFileSync, writeFileSync } = require('fs')
25
const { titleCase } = require('./_helpers/titleCase.js')
26
-const { toGithubURL } = require('./_modules/toGithubURL')
27
const { writeJSONSync, readJSONSync } = require('fs-extra')
28
29
const BOOKMARKS = `${ __dirname }/links.txt`
0 commit comments