Skip to content

Commit

Permalink
Relaxes package.json engines requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
abalmos committed Oct 2, 2014
1 parent d670300 commit 57da491
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.11"

script:
- npm run cover
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"url": "https://github.com/OADA/oada-lookup-js.git"
},
"engines": {
"node": ">=0.11"
"node": ">=0.10"
},
"scripts": {
"test": "./node_modules/.bin/_mocha -w",
Expand Down

0 comments on commit 57da491

Please sign in to comment.