mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
add some missing deps
This commit is contained in:
parent
b8676b9e3b
commit
bb8a93d5c8
1 changed files with 4 additions and 2 deletions
|
|
@ -23,7 +23,9 @@
|
|||
"style-loader": "0.13.1",
|
||||
"css-loader": "0.23.1",
|
||||
"eslint-plugin-standard": "1.3.2",
|
||||
"eslint-plugin-promise": "1.3.2"
|
||||
"eslint-plugin-promise": "1.3.2",
|
||||
"webpack": "1.13.1",
|
||||
"babel-plugin-transform-react-jsx": "6.8.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "standard",
|
||||
|
|
|
|||
Loading…
Reference in a new issue