Skip to content
This repository was archived by the owner on Aug 9, 2018. It is now read-only.

Commit 92c9d60

Browse files
Merge pull request #23 from mavin/node-version
Add a node version recommendation to package.json
2 parents 3f93fcf + da2587d commit 92c9d60

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@
2121
"devDependencies": {
2222
"nodeunit": "*",
2323
"jshint": "2.1.11"
24+
},
25+
"engines" : {
26+
"node" : "~0.10.x"
2427
}
2528
}

0 commit comments

Comments
 (0)