Skip to content

Commit 61b3852

Browse files
committed
sharp 0.18 to 0.19
1 parent 0e90dba commit 61b3852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ addons:
1717
osx_image: xcode8
1818
before_install:
1919
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXX=g++-4.8; fi
20-
- npm install sharp@^0.18.0
20+
- npm install sharp@^0.19.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"smartcrop": "^1.1.1"
1313
},
1414
"peerDependencies": {
15-
"sharp": "^0.18.0"
15+
"sharp": "^0.19.0"
1616
},
1717
"devDependencies": {
1818
"chai": "^3.5.0",

0 commit comments

Comments
 (0)