Skip to content

Commit 0d769c1

Browse files
committed
fix dev deps
1 parent 1a9b048 commit 0d769c1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"autoprefixer": "^6.0.3",
3333
"consolidate": "^0.14.0",
3434
"de-indent": "^1.0.0",
35+
"eslint-plugin-html": "^2.0.0",
3536
"hash-sum": "^1.0.2",
3637
"loader-utils": "^0.2.10",
3738
"lru-cache": "^2.7.0",
@@ -43,15 +44,15 @@
4344
"vue-template-validator": "^1.0.0"
4445
},
4546
"peerDependencies": {
46-
"babel-loader": "^6.2.4",
4747
"babel-core": "^6.8.0",
48+
"babel-loader": "^6.2.4",
4849
"babel-plugin-transform-runtime": "^6.8.0",
49-
"babel-runtime": "^6.0.0",
5050
"babel-preset-es2015": "^6.6.0",
51+
"babel-runtime": "^6.0.0",
5152
"css-loader": "*",
53+
"vue-hot-reload-api": "^1.2.0",
5254
"vue-html-loader": "^1.0.0",
53-
"vue-style-loader": "^1.0.0",
54-
"vue-hot-reload-api": "^1.2.0"
55+
"vue-style-loader": "^1.0.0"
5556
},
5657
"devDependencies": {
5758
"babel-core": "^6.8.0",

0 commit comments

Comments
 (0)