Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ooade committed Mar 16, 2018
1 parent 0842844 commit 8e9a5d4
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
{
"name": "pimg",
"version": "1.0.0-alpha.4",
"description": "Progressive Image Component (*Initially built for Cloudinary)",
"version": "1.0.0-rc.1",
"description":
"Progressive Image Component (*Initially built for Cloudinary)",
"main": "dist/pimg.js",
"module": "dist/pimg.es.js",
"umd": "dist/pimg.umd.js",
"scripts": {
"build": "npm-run-all rollup rollup:* minify:* -s size",
"contributors:add": "all-contributors add",
"minify:cjs": "uglifyjs $npm_package_main -cm -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map",
"minify:umd": "uglifyjs $npm_package_umd -cm toplevel -o $npm_package_umd -p relative --in-source-map ${npm_package_umd}.map --source-map ${npm_package_umd}.map",
"minify:cjs":
"uglifyjs $npm_package_main -cm -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map",
"minify:umd":
"uglifyjs $npm_package_umd -cm toplevel -o $npm_package_umd -p relative --in-source-map ${npm_package_umd}.map --source-map ${npm_package_umd}.map",
"prepublish": "npm run build",
"rollup": "rollup -c rollup.config.js",
"rollup:preact": "rollup -c src/preact/rollup.config.js",
"rollup:vue": "rollup -c src/vue/rollup.config.js",
"size": "echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"",
"size":
"echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"",
"test": "jest"
},
"repository": {
Expand Down

0 comments on commit 8e9a5d4

Please sign in to comment.