Skip to content

Commit 6080078

Browse files
committed
Update repository url format in package.json
1 parent 088693c commit 6080078

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ https://github.com/admvx/as2-language-support
1313

1414
## Release Notes
1515

16+
### 1.2.2
17+
Update format of repository url in `package.json`
18+
1619
### 1.2.1
1720
Addresses the following issues:
1821
- Superclass members are not resolved when super declaration uses short type

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Syntax highlighting and intellisense for ActionScript 2.0 in Visual Studio Code via the LSP protocol",
55
"repository": {
66
"type": "git",
7-
"url": "git@github.com:admvx/as2-language-support.git"
7+
"url": "https://github.com/admvx/as2-language-support"
88
},
9-
"version": "1.2.1",
9+
"version": "1.2.2",
1010
"author": "Adam Vernon",
1111
"publisher": "admvx",
1212
"icon": "icon.png",

0 commit comments

Comments
 (0)