Skip to content

Commit 2024dee

Browse files
author
Akos Kitta
committed
fix: repo + CLI link
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 95d3d7f commit 2024dee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"author": "Arduino SA",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/arduino/vscode-arduino-language-server"
10+
"url": "https://github.com/arduino/vscode-arduino-tools"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/arduino/vscode-arduino-language-server/issues"
13+
"url": "https://github.com/arduino/vscode-arduino-tools/issues"
1414
},
1515
"main": "./dist/extension.js",
1616
"files": [
@@ -25,7 +25,7 @@
2525
"compile-tests": "tsc -p . --outDir lib",
2626
"format": "prettier --write . && prettier-package-json --write ./package.json",
2727
"generate": "node ./scripts/generate.js 1.5.1",
28-
"postinstall": "node ./scripts/cli 0.35.0-rc.3",
28+
"postinstall": "node ./scripts/cli 0.35.0-rc.5",
2929
"lint": "eslint src --ext ts",
3030
"prepackage": "yarn clean && yarn compile && yarn lint && yarn webpack",
3131
"package": "mkdirp build-artifacts && vsce package --out ./build-artifacts",

0 commit comments

Comments
 (0)