react-image-picker-editor
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "react-image-picker-editor", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "React library for the selection, edition and compression of images in png, jpeg and webp formats.", | ||
"author": "josealejandro2928", | ||
"author": { | ||
"name": "Jose Alejandro Concepcion Alvarez", | ||
"url": "https://www.linkedin.com/in/jalejandroc/" | ||
}, | ||
"license": "MIT", | ||
@@ -24,3 +27,3 @@ "repository": "josealejandro2928/react-image-picker-editor", | ||
"predeploy": "cd example && yarn install && yarn run build", | ||
"release":"rm -rf ./dist && yarn build && cp ./LICENSE.md ./dist/ && cp ./README.md ./dist/ && npm publish", | ||
"release": "rm -rf ./dist && yarn build && cp ./LICENSE.md ./dist/ && cp ./README.md ./dist/ && npm publish", | ||
"deploy": "gh-pages -d example/build" | ||
@@ -27,0 +30,0 @@ }, |
453213