Skip to content

Commit

Permalink
Node v0.8 version removed due to NPM caret
Browse files Browse the repository at this point in the history
  • Loading branch information
tugrul committed Nov 10, 2015
1 parent 3ea0712 commit 64b85bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
- '3'
- '2'
- '0.12'
- '0.8'
- '0.10.16'
sudo: true
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"preuninstall": "rm -rf build/*"
},
"engines": {
"node": ">=0.8.0"
"node": ">=0.10.16"
},
"dependencies": {
"nan": ">=2.1.0"
"nan": "^2.1.0"
},
"devDependencies": {
"mocha": ">=2.3.3",
"mocha": "^2.3.3",
"node-gyp": "*"
},
"main": "./build/Release/mcrypt"
Expand Down

0 comments on commit 64b85bb

Please sign in to comment.