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 3154a26 commit ba51badCopy full SHA for ba51bad
.travis.yml
@@ -17,4 +17,3 @@ 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.19.0
package.json
@@ -16,6 +16,7 @@
16
},
"devDependencies": {
"chai": "^3.5.0",
+ "sharp": "^0.19.0",
"mocha": "^3.0.2"
21
}
22
0 commit comments