We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e90dba commit 61b3852Copy full SHA for 61b3852
.travis.yml
@@ -17,4 +17,4 @@ addons:
17
osx_image: xcode8
18
before_install:
19
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8; fi
20
- - npm install sharp@^0.18.0
+ - npm install sharp@^0.19.0
package.json
@@ -12,7 +12,7 @@
12
"smartcrop": "^1.1.1"
13
},
14
"peerDependencies": {
15
- "sharp": "^0.18.0"
+ "sharp": "^0.19.0"
16
"devDependencies": {
"chai": "^3.5.0",
0 commit comments