Change nan dependency back to ^1.6.2

The issue with nan on io.js was fixed in https://github.com/rvagg/nan/pull/273. `npm install` on io.js 1.1.0 works now.
This commit is contained in:
James Ide 2015-02-06 12:29:57 -08:00
parent 657d436a0f
commit 988176846d

2
package.json Executable file → Normal file
View File

@ -36,7 +36,7 @@
"dependencies": { "dependencies": {
"bluebird": "^2.9.3", "bluebird": "^2.9.3",
"color": "^0.7.3", "color": "^0.7.3",
"nan": "1.5.3", "nan": "^1.6.2",
"semver": "^4.2.0" "semver": "^4.2.0"
}, },
"devDependencies": { "devDependencies": {