mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 09:37:17 +00:00
Add missing dev dependency (#173)
This commit is contained in:
parent
ec4a879210
commit
744d71a527
1 changed files with 6 additions and 5 deletions
11
package.json
11
package.json
|
|
@ -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/"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue