@ctrl/tinycolor
Advanced tools
Comparing version 3.3.0 to 3.3.1
{ | ||
"name": "@ctrl/tinycolor", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"description": "Fast, small color manipulation and conversion for JavaScript", | ||
@@ -21,3 +21,2 @@ "author": "Scott Cooper <scttcper@gmail.com>", | ||
"main": "dist/public_api.js", | ||
"exports": "./dist/modern/public_api.js", | ||
"module": "dist/module/public_api.js", | ||
@@ -35,3 +34,3 @@ "typings": "dist/public_api.d.ts", | ||
"prepare": "npm run build", | ||
"build": "del-cli dist && tsc -p tsconfig.build.json && tsc -p tsconfig.module.json && tsc -p tsconfig.modern.json && ts-node build", | ||
"build": "del-cli dist && tsc -p tsconfig.build.json && tsc -p tsconfig.module.json && ts-node build", | ||
"build:docs": "typedoc --out demo/public/docs --hideGenerator --target ES6 --mode file src", | ||
@@ -38,0 +37,0 @@ "test": "jest", |
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
241608
41
3805