Skip to content

Commit 72e8053

Browse files
committed
pass taskPosition into test runner, runner handles more
1 parent f96119e commit 72e8053

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/reducers/editor-actions/editor-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/test-result.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: 2 additions & 2 deletions
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.2.5",
4+
"version": "0.3.0",
55
"description": "Interactive tutorial plugin for Atom",
66
"author": "Shawn McKay <shawn.j.mckay@gmail.com",
77
"keywords": ["atom", "coderoad"],
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"highlights": "1.3.1",
21-
"lodash": "4.3.0",
21+
"lodash": "4.5.1",
2222
"material-ui": "0.14.4",
2323
"marked": "0.3.5",
2424
"react": "0.14.7",

0 commit comments

Comments
 (0)