⬇️ nan@^1.5.1

1.6 breaks iojs. this lowers the minimum nan version so that developers can still do `nan@~1.5.1`.
This commit is contained in:
Jonathan Ong 2015-01-27 15:11:40 -08:00
parent 37c5ca7166
commit 512a281986

View File

@ -36,7 +36,7 @@
"dependencies": {
"bluebird": "^2.8.2",
"color": "^0.7.3",
"nan": "^1.6.1",
"nan": "^1.5.1",
"semver": "^4.2.0"
},
"devDependencies": {