mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Upgrade nan to fix clang linking problem #259
This commit is contained in:
parent
5b376364f5
commit
be00d72d82
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
### v0.11 - "*knife*"
|
### 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.
|
* Allow crop gravity to be provided as a String.
|
||||||
[#255](https://github.com/lovell/sharp/pull/255)
|
[#255](https://github.com/lovell/sharp/pull/255)
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bluebird": "^2.9.34",
|
"bluebird": "^2.9.34",
|
||||||
"color": "^0.10.1",
|
"color": "^0.10.1",
|
||||||
"nan": "^2.0.5",
|
"nan": "^2.0.8",
|
||||||
"semver": "^5.0.1"
|
"semver": "^5.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user