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.
2 parents 814ceb5 + 95bebcf commit 99d9832Copy full SHA for 99d9832
package.json
@@ -6,6 +6,14 @@
6
"scripts": {
7
"build": "gulp build"
8
},
9
+ "files": [
10
+ "dist",
11
+ "lib",
12
+ "src",
13
+ "index.js",
14
+ "webpack-gen-config.js",
15
+ "gulpfile.js"
16
+ ],
17
"repository": {
18
"type": "git",
19
"url": "https://github.com/shellophobia/transform-image-js.git"
@@ -23,7 +31,9 @@
23
31
"image",
24
32
"compresssion",
25
33
"using",
26
- "javascript"
34
+ "javascript",
35
+ "resize",
36
+ "transform"
27
37
],
28
38
"author": "Suman Anand",
29
39
"license": "MIT",
0 commit comments