Skip to content

Commit b1e6a9b

Browse files
committed
sort pj
1 parent 3b0cf3b commit b1e6a9b

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,19 @@
11
{
22
"name": "atom-coderoad",
3-
"main": "./lib/main",
43
"version": "0.9.3",
54
"description": "Interactive tutorial plugin for Atom",
6-
"author": "Shawn McKay <[email protected]>",
75
"keywords": [
86
"atom",
97
"coderoad",
10-
"tutorial",
8+
"education",
119
"learn",
12-
"education"
10+
"tutorial"
1311
],
14-
"activationCommands": {
15-
"atom-workspace": "cr-viewer:toggle"
16-
},
1712
"bugs": {
1813
"url": "https://github.com/coderoad/atom-coderoad"
1914
},
20-
"repository": "https://github.com/coderoad/atom-coderoad",
21-
"consumedServices": {
22-
"status-bar": {
23-
"versions": {
24-
"^1.0.0": "consumeStatusBar"
25-
}
26-
}
27-
},
15+
"license": "Apache",
16+
"author": "Shawn McKay <[email protected]>",
2817
"files": [
2918
"package.json",
3019
"keymaps",
@@ -33,9 +22,10 @@
3322
"styles",
3423
"*.md"
3524
],
36-
"license": "Apache",
37-
"engines": {
38-
"atom": ">=1.0.0 <2.0.0"
25+
"main": "./lib/index.js",
26+
"repository": "https://github.com/coderoad/atom-coderoad",
27+
"scripts": {
28+
"compile": "tsc"
3929
},
4030
"dependencies": {
4131
"atom-plugin-command-line": "1.0.2",
@@ -53,7 +43,17 @@
5343
"redux-throttle-actions": "^1.0.1",
5444
"redux-thunk": "2.1.0"
5545
},
56-
"scripts": {
57-
"compile": "tsc"
46+
"engines": {
47+
"atom": ">=1.0.0 <2.0.0"
48+
},
49+
"activationCommands": {
50+
"atom-workspace": "cr-viewer:toggle"
51+
},
52+
"consumedServices": {
53+
"status-bar": {
54+
"versions": {
55+
"^1.0.0": "consumeStatusBar"
56+
}
57+
}
5858
}
5959
}

0 commit comments

Comments
 (0)