mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-30 03:24:53 +00:00
Move chokidar to devDependencies
This commit is contained in:
parent
773c527eb3
commit
4ade9739a3
1 changed files with 1 additions and 2 deletions
|
|
@ -42,9 +42,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"autosize": "^3.0.17",
|
||||
"chokidar": "^1.6.1",
|
||||
"element.scrollintoviewifneeded-polyfill": "^1.0.1",
|
||||
"node-sass": "3.10.1",
|
||||
"scopedQuerySelectorShim": "github:lazd/scopedQuerySelectorShim",
|
||||
"vue": "^2.0.2"
|
||||
},
|
||||
|
|
@ -58,6 +56,7 @@
|
|||
"babel-preset-es2015": "^6.16.0",
|
||||
"babel-preset-stage-0": "^6.16.0",
|
||||
"chalk": "^1.1.3",
|
||||
"chokidar": "^1.6.1",
|
||||
"connect-history-api-fallback": "^1.3.0",
|
||||
"copy-webpack-plugin": "^3.0.1",
|
||||
"css-loader": "^0.25.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue