Skip to content

Commit 12e4f67

Browse files
Merge pull request #59 from ManuelHentschel/bumpVersion
Bump Version
2 parents 0212e47 + 163c677 commit 12e4f67

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
{
22
"name": "r-debugger",
33
"displayName": "R Debugger",
4-
"description": "R Debugger",
5-
"version": "0.0.1",
4+
"description": "R Debugger Support",
5+
"version": "0.1.0",
66
"publisher": "ManuelHentschel",
7+
"license": "MIT",
78
"author": {
89
"name": "Manuel Hentschel"
910
},
1011
"repository": {
1112
"type": "git",
12-
"url": "https://github.com/ManuelHentschel/VSCode-R-Debugger.git"
13+
"url": "https://github.com/ManuelHentschel/VSCode-R-Debugger"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/ManuelHentschel/VSCode-R-Debugger/issues"
1317
},
1418
"icon": "images/Rlogo.png",
1519
"engines": {
@@ -23,6 +27,11 @@
2327
"onLanguage:rd",
2428
"onLanguage:rmd"
2529
],
30+
"keywords": [
31+
"R",
32+
"R Language",
33+
"Debugger"
34+
],
2635
"main": "./out/extension.js",
2736
"contributes": {
2837
"languages": [

0 commit comments

Comments
 (0)