Skip to content

Commit

Permalink
fix repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
akkadaska committed Sep 11, 2023
1 parent 7adaf0f commit f27860a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-typescript-type-name-sync-autocomplete",
"displayName": "TypeScript Type-Name-Sync Autocomplete",
"description": "Seamlessly sync and autocomplete TypeScript variable names and types, turning declarations into `const apple: Apple.`",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"engines": {
"vscode": "^1.81.0"
Expand All @@ -14,7 +14,7 @@
"publisher": "akkadaska",
"repository": {
"type": "git",
"url": "https://github.com/akkadaska/typescript-type-name-sync-autocomplete"
"url": "https://github.com/akkadaska/vscode-typescript-type-name-sync-autocomplete"
},
"categories": [
"Programming Languages",
Expand Down

0 comments on commit f27860a

Please sign in to comment.