Skip to content

Commit 99d9832

Browse files
authored
Merge pull request #4 from shellophobia/update-package
package.json files
2 parents 814ceb5 + 95bebcf commit 99d9832

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66
"scripts": {
77
"build": "gulp build"
88
},
9+
"files": [
10+
"dist",
11+
"lib",
12+
"src",
13+
"index.js",
14+
"webpack-gen-config.js",
15+
"gulpfile.js"
16+
],
917
"repository": {
1018
"type": "git",
1119
"url": "https://github.com/shellophobia/transform-image-js.git"
@@ -23,7 +31,9 @@
2331
"image",
2432
"compresssion",
2533
"using",
26-
"javascript"
34+
"javascript",
35+
"resize",
36+
"transform"
2737
],
2838
"author": "Suman Anand",
2939
"license": "MIT",

0 commit comments

Comments
 (0)