Allow only patch updates to NAN to reduce potential for destablization

This commit is contained in:
Christopher Jones 2015-11-17 09:09:48 +11:00
parent 309bba5c4c
commit 864d36340e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
"url": "git://github.com/oracle/node-oracledb.git"
},
"dependencies": {
"nan": "^2.1.0"
"nan": "~2.1.0"
},
"devDependencies": {
"mocha": "~2.2.5",