We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d46b8b commit 652b147Copy full SHA for 652b147
package.json
@@ -1,19 +1,23 @@
1
{
2
"name": "atom-coderoad",
3
- "main": "./lib/main",
+ "main": "./lib/atom/main",
4
"version": "0.1.17",
5
"description": "Interactive tutorial plugin for Atom",
6
"author": "Shawn McKay <shawn.j.mckay@gmail.com",
7
"keywords": ["atom", "coderoad"],
8
"activationCommands": {
9
"atom-workspace": "cr-viewer:toggle"
10
},
11
+ "bugs": {
12
+ "url": "https://github.com/coderoad/atom-coderoad"
13
+ },
14
"repository": "https://github.com/coderoad/atom-coderoad",
- "license": "MIT",
15
+ "license": "Apache",
16
"engines": {
17
"atom": ">=1.0.0 <2.0.0"
18
19
"dependencies": {
20
+ "highlights": "1.3.1",
21
"lodash": "4.3.0",
22
"material-ui": "0.14.4",
23
"marked": "0.3.5",
0 commit comments