Skip to content

Commit 43b20b2

Browse files
committed
v2.2.0
1 parent 971fc46 commit 43b20b2

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matthijsburgh/vue-cli-plugin-electron-builder",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"description": "Easily Build Your Vue.js App For Desktop With Electron",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -25,14 +25,10 @@
2525
"electron-webpack"
2626
],
2727
"repository": "https://github.com/MatthijsBurgh/vue-cli-plugin-electron-builder.git",
28-
"author": {
29-
"name" : "Noah Klayman",
30-
"email" : "[email protected]"
31-
},
3228
"author": [
3329
{
34-
"name" : "Matthijs van der Burgh",
35-
"email" : "[email protected]"
30+
"name": "Matthijs van der Burgh",
31+
"email": "[email protected]"
3632
}
3733
],
3834
"license": "MIT",

0 commit comments

Comments
 (0)