Skip to content

Commit

Permalink
Merge pull request #6 from shellophobia/update-package
Browse files Browse the repository at this point in the history
update files
  • Loading branch information
shellophobia authored Apr 18, 2020
2 parents a3ce69c + df80f39 commit 550f55d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = require('./dist');
export { default as TransformImage } from "./src";
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "image-compressify",
"name": "transform-image-js",
"version": "2.0.4",
"description": "compress uploaded images on front end",
"main": "image-compressify.js",
"description": "resize uploaded images on front end",
"main": "dist/index.js",
"scripts": {
"build": "gulp build"
},
Expand Down

0 comments on commit 550f55d

Please sign in to comment.