Fix lint issues, run npm audit fix

This commit is contained in:
Isiah Meadows 2019-07-12 15:40:07 -04:00
parent 582bda56dc
commit e6ab2ef982
3 changed files with 10 additions and 35 deletions

View file

@ -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 = {}