Upgrade nan to fix clang linking problem #259

This commit is contained in:
Lovell Fuller 2015-08-28 10:48:20 +01:00
parent 5b376364f5
commit be00d72d82
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
### v0.11 - "*knife*"
#### v0.11.2 - TBD
#### v0.11.2 - 28<sup>th</sup> August 2015
* Allow crop gravity to be provided as a String.
[#255](https://github.com/lovell/sharp/pull/255)

View File

@ -47,7 +47,7 @@
"dependencies": {
"bluebird": "^2.9.34",
"color": "^0.10.1",
"nan": "^2.0.5",
"nan": "^2.0.8",
"semver": "^5.0.1"
},
"devDependencies": {