mirror of
https://github.com/zhigang1992/redux.git
synced 2026-01-12 09:24:36 +08:00
committed by
Dan Abramov
parent
50b97f855e
commit
5da0f7abea
@@ -28,7 +28,7 @@
|
||||
"build:umd:min": "cross-env BABEL_ENV=commonjs NODE_ENV=production webpack src/index.js dist/redux.min.js",
|
||||
"build:examples": "cross-env BABEL_ENV=commonjs babel-node examples/buildAll.js",
|
||||
"build": "npm run build:commonjs && npm run build:es && npm run build:umd && npm run build:umd:min",
|
||||
"prepublish": "npm run clean && npm run check:src && npm run build && check-es3-syntax lib/ dist/ --kill",
|
||||
"prepublish": "npm run clean && npm run check:src && npm run build && check-es3-syntax lib/ dist/ --kill --print",
|
||||
"docs:clean": "rimraf _book",
|
||||
"docs:prepare": "gitbook install",
|
||||
"docs:build": "npm run docs:prepare && gitbook build -g reactjs/redux && cp logo/apple-touch-icon.png _book/gitbook/images/apple-touch-icon-precomposed-152.png && cp logo/favicon.ico _book/gitbook/images",
|
||||
@@ -94,7 +94,7 @@
|
||||
"babel-plugin-transform-es3-property-literals": "^6.5.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.3.13",
|
||||
"babel-register": "^6.3.13",
|
||||
"check-es3-syntax-cli": "0.0.2",
|
||||
"check-es3-syntax-cli": "^0.1.1",
|
||||
"cross-env": "^1.0.7",
|
||||
"eslint": "^1.10.3",
|
||||
"eslint-config-rackt": "^1.1.1",
|
||||
|
||||
Reference in New Issue
Block a user