Skip to content

Commit 0145c6a

Browse files
committed
global.coderoad
1 parent d6d848f commit 0145c6a

File tree

8 files changed

+7
-8
lines changed

8 files changed

+7
-8
lines changed

lib/atom/editor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/atom/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/components/markdown/format-code.js

Whitespace-only changes.

lib/reducers/editor-actions/actions.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/reducers/run-tests/mocha/runner.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/reducers/tutorials/tutorials.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/services/package.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "atom-coderoad",
33
"main": "./lib/main",
4-
"version": "0.1.15",
4+
"version": "0.1.16",
55
"description": "Interactive tutorial plugin for Atom",
66
"author": "Shawn McKay <shawn.j.mckay@gmail.com",
77
"keywords": ["atom", "coderoad"],
@@ -16,7 +16,6 @@
1616
"dependencies": {
1717
"lodash": "4.3.0",
1818
"material-ui": "0.14.4",
19-
"highlights": "1.3.1",
2019
"marked": "0.3.5",
2120
"react": "0.14.7",
2221
"react-dom": "0.14.7",

0 commit comments

Comments
 (0)