Remove refs to removed files.

master
Futago-za Ryuu 6 years ago
parent a8d8afbbda
commit 46ce02404f

@ -43,7 +43,6 @@ task( "lint", () => pump(
"test/benchmark/run", "test/benchmark/run",
"test/impact", "test/impact",
"test/spec/**/*.js", "test/spec/**/*.js",
"test/server/run",
"src/*.js", "src/*.js",
"gulpfile.js", "gulpfile.js",
"server.js", "server.js",

@ -20,8 +20,7 @@
], ],
"files": [ "files": [
"bin", "bin",
"lib", "lib"
"!lib/.eslintrc.js"
], ],
"types": "lib/typings/pegjs.d.ts", "types": "lib/typings/pegjs.d.ts",
"main": "lib/peg.js", "main": "lib/peg.js",

Loading…
Cancel
Save