Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit ac5696b

Browse files
authored
Merge pull request #120 from mattyork/master
Make npm install --production install only the runtime dependencies
2 parents c476b6e + 641253b commit ac5696b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"babel-preset-react": "^6.5.0",
3232
"babel-preset-stage-2": "^6.11.0",
3333
"chromedriver": "^2.21.2",
34-
"corsproxy": "^1.4.0",
3534
"coveralls": "^2.11.9",
3635
"enzyme": "^2.3.0",
3736
"eslint": "^2.13.1",
@@ -40,19 +39,15 @@
4039
"eslint-plugin-jsx-a11y": "^1.5.3",
4140
"eslint-plugin-react": "^5.2.2",
4241
"express": "^4.14.0",
43-
"http-server": "^0.9.0",
4442
"jsdom": "^9.3.0",
4543
"mocha": "^2.5.3",
46-
"npm-run-all": "^2.1.1",
4744
"nyc": "^6.6.1",
4845
"react-addons-test-utils": "15.1.0",
4946
"redux-mock-store": "^1.1.2",
5047
"selenium-webdriver": "^2.53.3",
5148
"should": "^9.0.2",
5249
"sinon": "^1.17.4",
53-
"webpack": "^1.13.1"
54-
},
55-
"dependencies": {
50+
"webpack": "^1.13.1",
5651
"js-cookie": "^2.1.2",
5752
"react": "15.1.0",
5853
"react-bootstrap": "^0.29.5",
@@ -65,6 +60,11 @@
6560
"underscore": "^1.8.3",
6661
"validate.js": "^0.10.0"
6762
},
63+
"dependencies": {
64+
"corsproxy": "^1.4.0",
65+
"http-server": "^0.9.0",
66+
"npm-run-all": "^2.1.1"
67+
},
6868
"nyc": {
6969
"include": [
7070
"Simulator/actions/*.js",

0 commit comments

Comments
 (0)