diff --git a/gulpfile.js b/gulpfile.js index 8ecdb56..08fbdec 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -43,7 +43,6 @@ task( "lint", () => pump( "test/benchmark/run", "test/impact", "test/spec/**/*.js", - "test/server/run", "src/*.js", "gulpfile.js", "server.js", diff --git a/package.json b/package.json index 56b051a..7c7f11d 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,7 @@ ], "files": [ "bin", - "lib", - "!lib/.eslintrc.js" + "lib" ], "types": "lib/typings/pegjs.d.ts", "main": "lib/peg.js",