Skip to content

Commit

Permalink
Add engine to package json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kruijsen committed Mar 5, 2013
1 parent 977bb7e commit 0dedb4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@
"scripts": {
"test": "mocha -R spec --compilers coffee:coffee-script"
},
"license": "MIT"
"license": "MIT",
"engines": {
"node": "0.8.x",
"npm": "1.2.x"
}
}

0 comments on commit 0dedb4b

Please sign in to comment.