mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user