update package.json

This commit is contained in:
yushijinhun 2017-10-02 19:03:47 +08:00
parent 3df2707323
commit e393cbf64d
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
4 changed files with 1573 additions and 1 deletions

2
.gitignore vendored
View File

@ -58,4 +58,4 @@ typings/
.env
build/
package-lock.json
_ignore/

25
.npmignore Normal file
View File

@ -0,0 +1,25 @@
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pids
*.pid
*.seed
*.pid.lock
lib-cov
coverage
.nyc_output
.grunt
bower_components
.lock-wscript
node_modules/
jspm_packages/
typings/
.npm
.eslintcache
.node_repl_history
*.tgz
.yarn-integrity
.env
_ignore/

1546
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,7 @@
"scripts": {
"build": "./node_modules/.bin/rollup -c rollup.config.default.js",
"build-babel": "./node_modules/.bin/rollup -c rollup.config.babel.js",
"prepare": "rm -rf build && npm run build && npm run build-babel",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {