Skip to content

Commit 4bb0575

Browse files
committed
add license & update pkg.json docs
1 parent 5b5e179 commit 4bb0575

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

LICENSE.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Copyright (c) 2019 Shawn McKay
2+
3+
CodeRoad is a proprietary (closed source) software.

package.json

+20-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coderoad-vscode",
3-
"displayName": "coderoad-vscode",
3+
"displayName": "CodeRoad",
44
"description": "Interactive tutorials in your editor",
55
"version": "0.0.1",
66
"engines": {
@@ -9,7 +9,23 @@
99
"categories": [
1010
"Other"
1111
],
12-
"publisher": "Shawn McKay <[email protected]>",
12+
"publisher": "Shawn McKay",
13+
"author": {
14+
"name": "Shawn McKay <[email protected]>"
15+
},
16+
"bugs": {
17+
"url": "https://github.com/shmck/coderoad-vscode/issues",
18+
"email": "[email protected]"
19+
},
20+
"repository": {
21+
"type": "git",
22+
"url": "https://github.com/shmck/coderoad-vscode.git"
23+
},
24+
"homepage": "https://github.com/shmck/coderoad-vscode/README.md",
25+
"galleryBanner": {
26+
"color": "#C80000",
27+
"theme": "dark"
28+
},
1329
"activationEvents": [
1430
"onCommand:coderoad.start"
1531
],
@@ -47,5 +63,6 @@
4763
},
4864
"dependencies": {
4965
"xstate": "^4.6.1"
50-
}
66+
},
67+
"license": "SEE LICENSE IN LICENSE.md"
5168
}

0 commit comments

Comments
 (0)