Fix lint issues, run npm audit fix
This commit is contained in:
parent
582bda56dc
commit
e6ab2ef982
3 changed files with 10 additions and 35 deletions
|
|
@ -15,7 +15,6 @@ function parse(file) {
|
|||
try {return JSON.parse(json)} catch (e) {throw new Error("invalid JSON: " + json)}
|
||||
}
|
||||
|
||||
var pkg = require("../package.json")
|
||||
var error
|
||||
module.exports = function (input) {
|
||||
var modules = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue