We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b010dde commit d696cc4Copy full SHA for d696cc4
package.json
@@ -1,9 +1,19 @@
1
{
2
"name": "vue-cli-plugin-electron-builder",
3
"version": "0.1.0",
4
- "description": "A Vue Cli 3 plugin for Electron with no required configuration",
+ "description":
5
+ "A Vue Cli 3 plugin for Electron with no required configuration",
6
"main": "index.js",
- "repository": "https://github.com/nklayman/vue-cli-plugin-electron-builder.git",
7
+ "keywords": [
8
+ "electron",
9
+ "vue",
10
+ "cli",
11
+ "webpack",
12
+ "electron-builder",
13
+ "electron-webpack"
14
+ ],
15
+ "repository":
16
+ "https://github.com/nklayman/vue-cli-plugin-electron-builder.git",
17
"author": "Noah Klayman <[email protected]>",
18
"license": "MIT",
19
"private": false,
0 commit comments