Skip to content

Commit ba51bad

Browse files
committed
add sharp to dev dependencies
1 parent 3154a26 commit ba51bad

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@ 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.19.0

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"chai": "^3.5.0",
19+
"sharp": "^0.19.0",
1920
"mocha": "^3.0.2"
2021
}
2122
}

0 commit comments

Comments
 (0)