Skip to content

Commit 513cca0

Browse files
committed
修复 package.son 依赖
1. 补充依赖 jsdom 2. npm 对依赖 history 顺序做了调整
1 parent 4a577ad commit 513cca0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@
4646
"eslint-plugin-react": "^3.11.3",
4747
"extract-text-webpack-plugin": "^1.0.1",
4848
"file-loader": "^0.8.5",
49+
"history": "^1.17.0",
4950
"html-webpack-plugin": "^2.14.0",
5051
"istanbul": "^0.4.1",
52+
"jsdom": "^8.4.0",
5153
"less": "^2.5.3",
5254
"less-loader": "^2.2.1",
5355
"mocha": "^2.3.4",
@@ -56,7 +58,6 @@
5658
"react-addons-css-transition-group": "^0.14.7",
5759
"react-addons-test-utils": "^0.14.3",
5860
"react-dom": "^0.14.2",
59-
"history": "^1.17.0",
6061
"react-router": "^1.0.2",
6162
"rimraf": "^2.4.3",
6263
"sinon": "^1.17.2",

0 commit comments

Comments
 (0)