Skip to content

Commit

Permalink
fix nan dependency version specifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed May 1, 2015
1 parent 7ac89fe commit da4094f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
"description": "An async libmagic binding for node.js for detecting content types by data inspection",
"main": "./index",
"dependencies": {
"nan": "~1.7.0"
"nan": "^1.8.0"
},
"scripts": { "install": "node-gyp rebuild" },
"engines": { "node": ">=0.6.0" },
Expand Down

0 comments on commit da4094f

Please sign in to comment.