Skip to content

Commit

Permalink
Merge pull request #67 from dsblv/drop-iojs
Browse files Browse the repository at this point in the history
Drop iojs from package.engines
  • Loading branch information
Thomas Parisot authored Oct 13, 2016
2 parents 09a074a + 0c31da8 commit e17bcaa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
},
"main": "./src/crx.js",
"engines": {
"node": ">=0.10",
"iojs": ">=1.0.0 <2.0.0"
"node": ">=0.10"
},
"scripts": {
"test": "nyc tape ./test/*.js",
Expand Down

0 comments on commit e17bcaa

Please sign in to comment.