Add missing dev dependency (#173)

This commit is contained in:
Jordan Eldredge 2016-07-29 10:47:05 -07:00 committed by GitHub
parent ec4a879210
commit 744d71a527

View file

@ -44,7 +44,8 @@
"pretty-bytes-cli": "^1.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.0"
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.8.0",
@ -58,9 +59,9 @@
"redux-thunk": "^2.1.0"
},
"jest": {
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react/",
"<rootDir>/node_modules/react-redux/"
]
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react/",
"<rootDir>/node_modules/react-redux/"
]
}
}