Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit c429746

Browse files
committed
bump 6.0.0
1 parent 84394f6 commit c429746

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vueify",
3-
"version": "5.0.4",
3+
"version": "6.0.0",
44
"description": "Vue component transform for Browserify",
55
"main": "index.js",
66
"repository": {
@@ -23,8 +23,6 @@
2323
"dependencies": {
2424
"autoprefixer": "^6.0.3",
2525
"babel-core": "^6.1.2",
26-
"babel-preset-es2015": "^6.1.2",
27-
"babel-plugin-transform-runtime": "^6.1.2",
2826
"cssnano": "^3.3.2",
2927
"es6-promise": "^3.0.2",
3028
"hash-sum": "^1.0.2",
@@ -38,6 +36,8 @@
3836
"peerDependencies": {
3937
"vueify-insert-css": "^1.0.0",
4038
"babel-runtime": "^6.0.14",
39+
"babel-preset-es2015": "^6.1.2",
40+
"babel-plugin-transform-runtime": "^6.1.2",
4141
"vue-hot-reload-api": "^1.2.0"
4242
},
4343
"devDependencies": {

0 commit comments

Comments
 (0)