We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20fb31 commit 72bdf01Copy full SHA for 72bdf01
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vscode-url",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "A library to create urls for the `vscode-remote://` URI scheme.",
5
"keywords": [
6
"vscode",
@@ -43,6 +43,6 @@
43
"format": "prettier --write .",
44
"check-format": "prettier --check .",
45
"check-exports": "attw --pack .",
46
- "local-release": "npm run ci && changeset version && changeset publish"
+ "release": "npm run ci && changeset version && changeset publish"
47
}
48
0 commit comments