Remove files sections in JS libs package.json.

Those exclude unlisted files (d.ts files mostly) that we want bundled in.
No point in listing d.ts files since we already keep those folders clean.
This commit is contained in:
Hristo Deshev
2015-11-02 15:57:19 +02:00
parent 14ef19ad44
commit ee77b720d5
3 changed files with 1 additions and 19 deletions

View File

@@ -17,11 +17,6 @@
"email": "flash.vkv@gmail.com",
"url": "http://vflash.ru"
},
"files": [
"easysax.js",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/vflash/easysax"

View File

@@ -8,15 +8,6 @@
"esvalidate": "./bin/esvalidate.js"
},
"version": "2.0.0-dev",
"files": [
"bin",
"test/run.js",
"test/runner.js",
"test/test.js",
"test/compat.js",
"test/reflect.js",
"esprima.js"
],
"engines": {
"node": ">=0.4.0"
},
@@ -80,4 +71,4 @@
"benchmark": "node test/benchmarks.js",
"benchmark-quick": "node test/benchmarks.js quick"
}
}
}