Skip to content

Commit bf7ead3

Browse files
committed
Update smartcrop.js
1 parent 58b34df commit bf7ead3

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.npmignore

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
11
node_modules
2-
examples
3-
*.jpg
4-
*.html
5-
.500px-consumer-key
6-
my_*
7-
doc
8-
bower.json
9-
Gruntfile.js
2+
test

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smartcrop-sharp",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "smartcrop adapter for sharp",
55
"main": "index.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"dependencies": {
1212
"sharp": "^0.16.0",
13-
"smartcrop": "1.1.0"
13+
"smartcrop": "^1.1.1"
1414
},
1515
"devDependencies": {
1616
"chai": "^3.5.0",

0 commit comments

Comments
 (0)