|
8 | 8 | "build:lib": "babel src --out-dir lib",
|
9 | 9 | "build:umd": "cross-env NODE_ENV=development webpack src/index.js dist/react-redux.js",
|
10 | 10 | "build:umd:min": "cross-env NODE_ENV=production webpack src/index.js dist/react-redux.min.js",
|
11 |
| - "build": "npm run build:lib && npm run build:umd && npm run build:umd:min", |
| 11 | + "build": "npm run build:lib && npm run build:umd && npm run build:umd:min && node ./prepublish", |
12 | 12 | "clean": "rimraf lib dist coverage",
|
13 | 13 | "lint": "eslint src test",
|
14 | 14 | "prepublish": "npm run clean && npm run build",
|
15 |
| - "test": "mocha --compilers js:babel-core/register --recursive --require ./test/setup.js", |
| 15 | + "test": "mocha --compilers js:babel-register --recursive --require ./test/setup.js", |
16 | 16 | "test:watch": "npm test -- --watch",
|
17 | 17 | "test:cov": "babel-node ./node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- --recursive"
|
18 | 18 | },
|
|
47 | 47 | "babel-core": "^6.3.26",
|
48 | 48 | "babel-eslint": "^5.0.0-beta9",
|
49 | 49 | "babel-loader": "^6.2.0",
|
| 50 | + "babel-plugin-check-es2015-constants": "^6.3.13", |
| 51 | + "babel-plugin-syntax-jsx": "^6.3.13", |
50 | 52 | "babel-plugin-transform-decorators-legacy": "^1.2.0",
|
51 |
| - "babel-preset-es2015-loose": "^6.1.4", |
52 |
| - "babel-preset-react": "^6.3.13", |
53 |
| - "babel-preset-stage-0": "^6.3.13", |
| 53 | + "babel-plugin-transform-es2015-arrow-functions": "^6.3.13", |
| 54 | + "babel-plugin-transform-es2015-block-scoped-functions": "^6.3.13", |
| 55 | + "babel-plugin-transform-es2015-block-scoping": "^6.3.13", |
| 56 | + "babel-plugin-transform-es2015-classes": "^6.3.13", |
| 57 | + "babel-plugin-transform-es2015-computed-properties": "^6.3.13", |
| 58 | + "babel-plugin-transform-es2015-destructuring": "^6.3.13", |
| 59 | + "babel-plugin-transform-es2015-for-of": "^6.3.13", |
| 60 | + "babel-plugin-transform-es2015-function-name": "^6.3.13", |
| 61 | + "babel-plugin-transform-es2015-literals": "^6.3.13", |
| 62 | + "babel-plugin-transform-es2015-modules-commonjs": "^6.3.13", |
| 63 | + "babel-plugin-transform-es2015-object-super": "^6.3.13", |
| 64 | + "babel-plugin-transform-es2015-parameters": "^6.3.13", |
| 65 | + "babel-plugin-transform-es2015-shorthand-properties": "^6.3.13", |
| 66 | + "babel-plugin-transform-es2015-spread": "^6.3.13", |
| 67 | + "babel-plugin-transform-es2015-sticky-regex": "^6.3.13", |
| 68 | + "babel-plugin-transform-es2015-template-literals": "^6.3.13", |
| 69 | + "babel-plugin-transform-es2015-unicode-regex": "^6.3.13", |
| 70 | + "babel-plugin-transform-object-rest-spread": "^6.3.13", |
| 71 | + "babel-plugin-transform-react-display-name": "^6.4.0", |
| 72 | + "babel-plugin-transform-react-jsx": "^6.4.0", |
| 73 | + "babel-register": "^6.3.13", |
54 | 74 | "cross-env": "^1.0.7",
|
| 75 | + "es3ify": "^0.2.0", |
55 | 76 | "eslint": "^1.7.1",
|
56 | 77 | "eslint-config-rackt": "1.1.0",
|
57 | 78 | "eslint-plugin-react": "^3.6.3",
|
58 | 79 | "expect": "^1.8.0",
|
| 80 | + "glob": "^6.0.4", |
59 | 81 | "isparta": "4.0.0",
|
60 | 82 | "istanbul": "^0.3.17",
|
61 | 83 | "jsdom": "~5.4.3",
|
|
0 commit comments