Skip to content

Commit

Permalink
closes #81
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Dec 31, 2017
1 parent e39eac8 commit e8a6459
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.11"
- "4.0.0"
- 6
- 7
- 8
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "mocha"
},
"engines": {
"node": ">= 0.9.0"
"node": ">= 6.0.0"
},
"license": "MIT"
}

0 comments on commit e8a6459

Please sign in to comment.