Skip to content

Commit af95188

Browse files
knightburtonyichoi
authored andcommitted
Prepare the package.json to publish (#43)
IoT.js-Debug-DCO-1.0-Signed-off-by: Imre Kiss [email protected]
1 parent a612872 commit af95188

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
2-
"name": "vscode-iotjs-debug",
3-
"displayName": "VSCode IoT.js Debug",
4-
"description": "IoT.js debug adapter for Visual Studio Code",
2+
"name": "iotjs-vscode-extension",
3+
"displayName": "IoT.js",
4+
"description": "IoT.js Debugging, IntelliSense for Visual Studio Code",
55
"version": "0.0.1",
66
"publisher": "Samsung",
77
"author": {
88
"name": "Samsung Electronics Co., Ltd."
99
},
10+
"homepage": "https://github.com/Samsung/iotjs-vscode-extension",
1011
"repository": {
1112
"type": "git",
12-
"url": "git+https://github.com/knightburton/vscode-iotjs-debug.git"
13+
"url": "git+https://github.com/Samsung/iotjs-vscode-extension.git"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/Samsung/iotjs-vscode-extension/issues"
1317
},
1418
"license": "Apache-2.0",
1519
"private": false,
@@ -23,7 +27,7 @@
2327
"js"
2428
],
2529
"engines": {
26-
"vscode": "^1.22.0",
30+
"vscode": "^1.23.0",
2731
"node": "^8.11.1"
2832
},
2933
"categories": [

0 commit comments

Comments
 (0)