Skip to content

Commit 864d363

Browse files
committed
Allow only patch updates to NAN to reduce potential for destablization
1 parent 309bba5 commit 864d363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"url": "git://github.com/oracle/node-oracledb.git"
3434
},
3535
"dependencies": {
36-
"nan": "^2.1.0"
36+
"nan": "~2.1.0"
3737
},
3838
"devDependencies": {
3939
"mocha": "~2.2.5",

0 commit comments

Comments
 (0)