Improve monaco-editor-core package.json

This commit is contained in:
Alex Dima
2016-06-09 11:29:01 +02:00
parent 414ab4f787
commit bac26893f2
+8 -1
View File
@@ -4,5 +4,12 @@
"version": "0.3.1",
"description": "A browser based code editor",
"author": "Microsoft Corporation",
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode"
},
"bugs": {
"url": "https://github.com/Microsoft/vscode/issues"
}
}