Skip to content

Commit 8843b76

Browse files
committed
bug fix
1 parent 2e12d94 commit 8843b76

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

lib/components/page/edit.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/log/log.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: 3 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.4.3",
4+
"version": "0.4.4",
55
"description": "Interactive tutorial plugin for Atom",
66
"author": "Shawn McKay <shawn.j.mckay@gmail.com>",
77
"keywords": [
@@ -17,7 +17,8 @@
1717
"repository": "https://github.com/coderoad/atom-coderoad",
1818
"license": "Apache",
1919
"engines": {
20-
"atom": ">=1.0.0 <2.0.0"
20+
"atom": ">=1.0.0 <2.0.0",
21+
"node" : ">=0.10.3 <5.0.0"
2122
},
2223
"dependencies": {
2324
"highlights": "1.3.1",

0 commit comments

Comments
 (0)