|
25 | 25 | "build:umd": "cross-env BABEL_ENV=es NODE_ENV=development rollup -c -i src/index.js -o dist/redux.js",
|
26 | 26 | "build:umd:min": "cross-env BABEL_ENV=es NODE_ENV=production rollup -c -i src/index.js -o dist/redux.min.js",
|
27 | 27 | "build": "yarn run build:commonjs && yarn run build:es && yarn run build:umd && yarn run build:umd:min",
|
28 |
| - "prepublish": "yarn run clean && yarn run lint && yarn test && yarn run build && check-es3-syntax lib/ dist/ --kill --print", |
| 28 | + "prepublish": "yarn run clean && yarn run lint && yarn test && yarn run build", |
29 | 29 | "examples:lint": "eslint examples",
|
30 | 30 | "examples:test": "cross-env CI=true babel-node examples/testAll.js",
|
31 | 31 | "docs:clean": "rimraf _book",
|
|
93 | 93 | "babel-plugin-transform-es3-property-literals": "^6.5.0",
|
94 | 94 | "babel-plugin-transform-object-rest-spread": "^6.3.13",
|
95 | 95 | "babel-register": "^6.3.13",
|
96 |
| - "check-es3-syntax-cli": "^0.1.1", |
97 |
| - "cross-env": "^3.1.4", |
| 96 | + "cross-env": "^5.0.1", |
98 | 97 | "eslint": "^3.8.1",
|
99 | 98 | "eslint-config-react-app": "^0.5.0",
|
100 | 99 | "eslint-plugin-flowtype": "^2.29.2",
|
|
105 | 104 | "glob": "^7.1.1",
|
106 | 105 | "jest": "^18.0.0",
|
107 | 106 | "rimraf": "^2.3.4",
|
108 |
| - "rollup": "^0.41.4", |
| 107 | + "rollup": "^0.43.0", |
109 | 108 | "rollup-plugin-babel": "^2.7.1",
|
110 |
| - "rollup-plugin-node-resolve": "^2.0.0", |
| 109 | + "rollup-plugin-node-resolve": "^3.0.0", |
111 | 110 | "rollup-plugin-replace": "^1.1.1",
|
112 |
| - "rollup-plugin-uglify": "^1.0.1", |
| 111 | + "rollup-plugin-uglify": "^2.0.1", |
113 | 112 | "rxjs": "^5.0.0-beta.6",
|
114 | 113 | "typescript": "^1.8.0",
|
115 | 114 | "typescript-definition-tester": "0.0.4"
|
|
0 commit comments