Skip to content

Commit 652b147

Browse files
committed
package fix
1 parent 4d46b8b commit 652b147

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
@@ -1,19 +1,23 @@
11
{
22
"name": "atom-coderoad",
3-
"main": "./lib/main",
3+
"main": "./lib/atom/main",
44
"version": "0.1.17",
55
"description": "Interactive tutorial plugin for Atom",
66
"author": "Shawn McKay <shawn.j.mckay@gmail.com",
77
"keywords": ["atom", "coderoad"],
88
"activationCommands": {
99
"atom-workspace": "cr-viewer:toggle"
1010
},
11+
"bugs": {
12+
"url": "https://github.com/coderoad/atom-coderoad"
13+
},
1114
"repository": "https://github.com/coderoad/atom-coderoad",
12-
"license": "MIT",
15+
"license": "Apache",
1316
"engines": {
1417
"atom": ">=1.0.0 <2.0.0"
1518
},
1619
"dependencies": {
20+
"highlights": "1.3.1",
1721
"lodash": "4.3.0",
1822
"material-ui": "0.14.4",
1923
"marked": "0.3.5",

0 commit comments

Comments
 (0)