Skip to content

Commit f147d40

Browse files
committed
move all devDeps to deps
1 parent 692d8ae commit f147d40

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,14 @@
7676
"react-docgen": "^2.2.0",
7777
"react-dom": "^0.14.0",
7878
"react-highlight": "^0.5.1",
79+
"react-hot-loader": "^1.3.0",
7980
"require-dir": "^0.3.0",
8081
"run-sequence": "^1.1.4",
8182
"sinon": "git://github.com/cjohansen/Sinon.JS#b672042043517b9f84e14ed0fb8265126168778a",
8283
"sinon-chai": "^2.8.0",
8384
"through2": "^2.0.0",
84-
"webpack": "^1.12.2"
85-
},
86-
"devDependencies": {
87-
"react-hot-loader": "^1.3.0",
8885
"watch": "^0.16.0",
86+
"webpack": "^1.12.2",
8987
"webpack-dev-server": "^1.12.0"
9088
}
9189
}

0 commit comments

Comments
 (0)