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 = {}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ var o = require("../../ospec/ospec")
|
|||
var bundle = require("../bundle")
|
||||
|
||||
var fs = require("fs")
|
||||
var pkg = require("../../package.json")
|
||||
|
||||
var ns = "./"
|
||||
function write(filepath, data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue