Skip to content

Commit

Permalink
Updated node engine dependency version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mickael van der Beek committed Oct 4, 2014
1 parent e027b73 commit 5056b72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "0.10"
- "0.11"
branches:
only:
- master
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"scripts": {
"test": "grunt ci"
},
"engines": {
"node": "~0.11.0"
},
"dependencies": {},
"devDependencies": {
"mocha": "~1.21.4",
Expand Down

0 comments on commit 5056b72

Please sign in to comment.