Skip to content

Commit

Permalink
fix(ui): moved watch to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed May 3, 2018
1 parent 3433658 commit 013a903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/@vue/cli-ui/package.json
Expand Up @@ -47,7 +47,8 @@
"vue-instantsearch": "^1.5.1",
"vue-meta": "^1.5.0",
"vue-router": "^3.0.1",
"xterm": "^3.2.0"
"xterm": "^3.2.0",
"watch": "^1.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.0-beta.9",
Expand All @@ -58,8 +59,7 @@
"lint-staged": "^6.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-template-compiler": "^2.5.16",
"watch": "^1.0.2"
"vue-template-compiler": "^2.5.16"
},
"browserslist": [
"> 1%",
Expand Down

0 comments on commit 013a903

Please sign in to comment.