Skip to content

Commit fb9f2b5

Browse files
committed
Added Repository URL
1 parent 6698bb9 commit fb9f2b5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"name": "nested",
33
"displayName": "Nested",
44
"description": "A VS Code extension for nesting and un-nesting items in Markdown.",
5-
"version": "0.0.1",
6-
"icon": "images/nested-logo.png",
5+
"version": "1.0.0",
76
"engines": {
87
"vscode": "^1.99.0"
98
},
@@ -41,6 +40,11 @@
4140
}
4241
]
4342
},
43+
"repository": {
44+
"type": "git",
45+
"url": "https://github.com/adamovera/nested.git"
46+
},
47+
"icon": "images/nested-logo.png",
4448
"scripts": {
4549
"vscode:prepublish": "npm run compile",
4650
"compile": "tsc -p ./",

0 commit comments

Comments
 (0)