Cleanup some package.json cruft
This commit is contained in:
parent
ca2134985c
commit
8c5e255db0
29
package.json
29
package.json
@ -5,21 +5,6 @@
|
|||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"jsnext:main": "src/index.js",
|
"jsnext:main": "src/index.js",
|
||||||
"files": ["dist", "lib", "src"],
|
"files": ["dist", "lib", "src"],
|
||||||
"keywords": ["reactive"],
|
|
||||||
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
|
|
||||||
"license": "Apache-2.0",
|
|
||||||
"devDependencies": {
|
|
||||||
"babel-cli": "6.18.0",
|
|
||||||
"babel-core": "6.21.0",
|
|
||||||
"babel-preset-es2015": "6.18.0",
|
|
||||||
"babel-preset-es2015-rollup": "3.0.0",
|
|
||||||
"babel-preset-stage-0": "6.16.0",
|
|
||||||
"eslint": "3.12.2",
|
|
||||||
"jasmine": "^2.5.3",
|
|
||||||
"rimraf": "2.5.4",
|
|
||||||
"rollup-plugin-babel": "^2.7.1",
|
|
||||||
"rollup-plugin-json": "2.1.0"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf dist lib",
|
"clean": "rimraf dist lib",
|
||||||
"build:lib": "NODE_ENV=production babel src --presets=\"stage-0,es2015\" --out-dir lib",
|
"build:lib": "NODE_ENV=production babel src --presets=\"stage-0,es2015\" --out-dir lib",
|
||||||
@ -32,5 +17,19 @@
|
|||||||
"prepublish": "npm run clean && npm run build",
|
"prepublish": "npm run clean && npm run build",
|
||||||
"test": "npm run build:lib && jasmine",
|
"test": "npm run build:lib && jasmine",
|
||||||
"uglifyjs": "2.4.10"
|
"uglifyjs": "2.4.10"
|
||||||
|
},
|
||||||
|
"keywords": ["reactive"],
|
||||||
|
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"devDependencies": {
|
||||||
|
"babel-cli": "6.18.0",
|
||||||
|
"babel-core": "6.21.0",
|
||||||
|
"babel-preset-es2015": "6.18.0",
|
||||||
|
"babel-preset-es2015-rollup": "3.0.0",
|
||||||
|
"babel-preset-stage-0": "6.16.0",
|
||||||
|
"jasmine": "^2.5.3",
|
||||||
|
"rimraf": "2.5.4",
|
||||||
|
"rollup-plugin-babel": "^2.7.1",
|
||||||
|
"rollup-plugin-json": "2.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user