Skip to content

Commit eaca173

Browse files
committed
load tutorial package deps
1 parent a7dcf27 commit eaca173

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ Interactive coding tutorials inside of the Atom editor.
1515

1616
To enable autosave in Atom, go to Atom > Preferences > Packages > search for "autosave" > settings > check "enabled".
1717

18+
1819
## Roadmap
1920

2021
##### v1.0.0
2122
* Log button
2223
* Autorun test setting
2324
* Improved test failure display
24-
* Lint input before running (ESLint)
25+
* Lint for input errors before running (ESLint)
2526
* Loaders for different file types (ES2015, TypeScript, CoffeeScript, etc.)
2627
* Hints
2728
* Improved animations
2829
* Test Tools
30+
* More test runners (currently only Mocha test runner for JS, would allow multiple programming languages)
2931

3032
##### v2.0.0
3133
* User accounts
3234
* Record progress to db
3335
* Tutorial ratings
34-
* Optional test frameworks (Mocha, Jasmine, etc.)
35-
* Different programming languages (Python, Swift, etc.)
3636
* Suggestions?

lib/services/setGlobals.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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "atom-coderoad",
33
"main": "./lib/atom/main",
4-
"version": "0.1.19",
4+
"version": "0.1.20",
55
"description": "Interactive tutorial plugin for Atom",
66
"author": "Shawn McKay <shawn.j.mckay@gmail.com",
77
"keywords": ["atom", "coderoad"],

0 commit comments

Comments
 (0)