Skip to content

Commit 6241e81

Browse files
committed
action command fixes, allow params + options
1 parent e9a3f41 commit 6241e81

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

keymaps/cr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"atom-workspace": {
33
"ctrl-alt-0": "cr-viewer:toggle",
4-
"ctrl-alt-r": "cr-viewer:runTests"
4+
"ctrl-alt-9": "cr-viewer:runTests"
55
}
66
}

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/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/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/run-tests.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/task-tests/task-tests.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/tasks/tasks.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/main",
4-
"version": "0.1.2",
4+
"version": "0.1.4",
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)