Skip to content

Commit dcd9468

Browse files
committed
Fix webpack version
1 parent da67694 commit dcd9468

File tree

2 files changed

+122
-95
lines changed

2 files changed

+122
-95
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"axios": "^0.15.3",
1414
"express": "^4.15.2",
1515
"foundation-sites": "^6.3.1",
16+
"global": "^4.3.1",
1617
"moment": "^2.18.1",
1718
"react": "^15.4.2",
1819
"react-dom": "^15.4.2",
@@ -38,9 +39,10 @@
3839
"node-sass": "^4.5.2",
3940
"node-uuid": "^1.4.8",
4041
"react-addons-test-utils": "^15.4.2",
42+
"redux": "^3.6.0",
4143
"sass-loader": "^4.1.1",
4244
"script-loader": "^0.6.1",
4345
"style-loader": "^0.13.0",
44-
"webpack": "^1.12.13"
46+
"webpack": "1.12.13"
4547
}
4648
}

0 commit comments

Comments
 (0)