Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
fix(engines): use values from karma's engines requirement
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
janraasch committed Sep 24, 2015
1 parent 1ab7b3f commit f7c492c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10"
- "0.8"
- "0.12"
- "4"

# Make sure we have new NPM.
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"karma": "./bin/karma"
},
"engines": {
"node": ">=0.10 <=0.12 || >=1 <=2"
"node": "0.10 || 0.12 || 4"
},
"version": "0.1.0",
"license": "MIT"
Expand Down

0 comments on commit f7c492c

Please sign in to comment.