mirror of
https://github.com/lovell/sharp.git
synced 2025-07-13 04:20:12 +02:00
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:
parent
657d436a0f
commit
988176846d
2
package.json
Executable file → Normal file
2
package.json
Executable file → Normal file
@ -36,7 +36,7 @@
|
||||
"dependencies": {
|
||||
"bluebird": "^2.9.3",
|
||||
"color": "^0.7.3",
|
||||
"nan": "1.5.3",
|
||||
"nan": "^1.6.2",
|
||||
"semver": "^4.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user