Skip to content

Commit a35ca7f

Browse files
committed
fix babel-runtime version
1 parent b9a28e3 commit a35ca7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-loader",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "Vue.js component loader for Webpack",
55
"main": "index.js",
66
"repository": {
@@ -46,7 +46,7 @@
4646
"babel-loader": "^6.2.4",
4747
"babel-core": "^6.8.0",
4848
"babel-plugin-transform-runtime": "^6.8.0",
49-
"babel-runtime": "^6.8.0",
49+
"babel-runtime": "^6.0.0",
5050
"babel-preset-es2015": "^6.6.0",
5151
"css-loader": "*",
5252
"vue-html-loader": "^1.0.0",

0 commit comments

Comments
 (0)