Skip to content

Commit 9c47f39

Browse files
committed
update package json
1 parent 825e813 commit 9c47f39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
"version": "0.0.0",
44
"description": "electron installer in vscode extension",
55
"main": "./dist/vscode-electron.js",
6+
"displayName": "Electron VsCode",
67
"scripts": {
78
"test": "echo \"Error: no test specified\" && exit 1",
89
"vscode:prepublish": "rimraf ./dist && webpack --config ./bin/webpack-prod.config.js",
910
"prebuild": "rimraf ./dist",
1011
"prestart": "rimraf ./dist",
1112
"build": "webpack --config ./bin/webpack.config.js"
1213
},
14+
"keywords": ["electron", "vscode"],
1315
"engines": {
1416
"vscode": "^1.52.0"
1517
},
@@ -24,7 +26,7 @@
2426
"onCommand:qmasters:electron.install",
2527
"onCommand:qmasters:electron.run"
2628
],
27-
"publisher": "qmasters",
29+
"publisher": "q-masters",
2830
"contributes": {
2931
"commands": [
3032
{

0 commit comments

Comments
 (0)