Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4bb0575

Browse files
committed
add license & update pkg.json docs
1 parent5b5e179 commit4bb0575

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

‎LICENSE.md

Lines changed: 3 additions & 0 deletions
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

Lines changed: 20 additions & 3 deletions
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 <shawn.j.mckay@gmail.com>",
12+
"publisher":"Shawn McKay",
13+
"author": {
14+
"name":"Shawn McKay <shawn.j.mckay@gmail.com>"
15+
},
16+
"bugs": {
17+
"url":"https://github.com/shmck/coderoad-vscode/issues",
18+
"email":"shawn.j.mckay@gmail.com"
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)

[8]ページ先頭

©2009-2025 Movatter.jp