Skip to content

Commit cae9d52

Browse files
committed
bump version to 0.6.2
1 parent 7363954 commit cae9d52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-cli-plugin-browser-extension",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Browser extension development plugin for vue-cli 3.0",
55
"main": "index.js",
66
"scripts": {
@@ -30,6 +30,7 @@
3030
"webpack": "^4.16.0",
3131
"webpack-chrome-extension-reloader": "^0.8.3",
3232
"webpack-shell-plugin-next": "https://github.com/adambullmer/webpack-shell-plugin-next.git",
33-
"zip-folder": "^1.0.0"
33+
"zip-folder": "^1.0.0",
34+
"zip-webpack-plugin": "^3.0.0"
3435
}
3536
}

0 commit comments

Comments
 (0)