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 58b34df commit bf7ead3Copy full SHA for bf7ead3
.npmignore
@@ -1,9 +1,2 @@
1
node_modules
2
-examples
3
-*.jpg
4
-*.html
5
-.500px-consumer-key
6
-my_*
7
-doc
8
-bower.json
9
-Gruntfile.js
+test
package.json
@@ -1,6 +1,6 @@
{
"name": "smartcrop-sharp",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "smartcrop adapter for sharp",
"main": "index.js",
"scripts": {
@@ -10,7 +10,7 @@
10
"license": "MIT",
11
"dependencies": {
12
"sharp": "^0.16.0",
13
- "smartcrop": "1.1.0"
+ "smartcrop": "^1.1.1"
14
},
15
"devDependencies": {
16
"chai": "^3.5.0",
0 commit comments