polychrome
Advanced tools
Comparing version 1.0.1 to 1.2.0
{ | ||
"name": "polychrome", | ||
"version": "1.0.1", | ||
"version": "1.2.0", | ||
"author": "Chad Donohue <chad.donohue@gmail.com>", | ||
@@ -13,12 +13,12 @@ "description": "A small library for parsing and manipulating colors", | ||
"test": "mocha --compilers js:babel-register test/**/*.js", | ||
"prebuild": "yarn run clean", | ||
"prebuild": "npm run clean", | ||
"build": "rollup -c rollup.config.js", | ||
"postbuild": "yarn run minify", | ||
"postbuild": "npm run minify", | ||
"clean": "rimraf dist && mkdirp dist", | ||
"rollup": "cross-env rollup -c rollup.config.js", | ||
"minify": "uglifyjs $npm_package_main -c warnings=false -m toplevel -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map", | ||
"postminify": "yarn run size", | ||
"postminify": "npm run size", | ||
"size": "echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"", | ||
"prepublish": "yarn run build", | ||
"release": "yarn run build && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && yarn publish" | ||
"prepublish": "npm run build -s", | ||
"release": "npm run build -s && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish" | ||
}, | ||
@@ -25,0 +25,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
# `ð¨ polychrome` | ||
# 🎨 `polychrome` | ||
>A small `< 2kB (gzipped)` library for parsing and manipulating colors | ||
@@ -125,2 +125,2 @@ | ||
> MIT License 2017 © Chad Donohue | ||
> MIT License 2017 © Chad Donohue |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
160181
14
461