Skip to content

Commit c4be105

Browse files
committed
update dependencies
1 parent 3ef5a4d commit c4be105

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@
1111
},
1212
"main": "./src/index.js",
1313
"dependencies": {
14-
"babel-preset-es2015": "^6.22.0",
15-
"babel-runtime": "^6.0.0",
16-
"pug": "^2.0.0-beta6",
17-
"vue": "^2.0.0-rc.6",
18-
"vue-loader": "^9.4.0"
14+
"vue": "^2.0.0-rc.6"
1915
},
2016
"devDependencies": {
17+
"babel-preset-es2015": "^6.22.0",
18+
"babel-runtime": "^6.0.0",
2119
"babel-core": "^6.0.0",
2220
"babel-loader": "^6.0.0",
2321
"babel-plugin-transform-runtime": "^6.0.0",
@@ -48,12 +46,14 @@
4846
"mocha": "^3.0.2",
4947
"node-sass": "^3.10.0",
5048
"ora": "^0.2.0",
49+
"pug": "^2.0.0-beta6",
5150
"phantomjs-prebuilt": "^2.1.3",
5251
"sass-loader": "^4.0.2",
5352
"shelljs": "^0.6.0",
5453
"sinon": "^1.17.3",
5554
"sinon-chai": "^2.8.0",
5655
"url-loader": "^0.5.7",
56+
"vue-loader": "^9.4.0",
5757
"vue-hot-reload-api": "^1.2.0",
5858
"vue-html-loader": "^1.0.0",
5959
"vue-loader": "^9.4.0",

0 commit comments

Comments
 (0)