Remove refs to removed files.
This commit is contained in:
parent
a8d8afbbda
commit
46ce02404f
|
@ -43,7 +43,6 @@ task( "lint", () => pump(
|
|||
"test/benchmark/run",
|
||||
"test/impact",
|
||||
"test/spec/**/*.js",
|
||||
"test/server/run",
|
||||
"src/*.js",
|
||||
"gulpfile.js",
|
||||
"server.js",
|
||||
|
|
|
@ -20,8 +20,7 @@
|
|||
],
|
||||
"files": [
|
||||
"bin",
|
||||
"lib",
|
||||
"!lib/.eslintrc.js"
|
||||
"lib"
|
||||
],
|
||||
"types": "lib/typings/pegjs.d.ts",
|
||||
"main": "lib/peg.js",
|
||||
|
|
Loading…
Reference in a new issue