@ctrl/tinycolor
Advanced tools
Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "@ctrl/tinycolor", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Fast, small color manipulation and conversion for JavaScript", | ||
@@ -20,3 +20,3 @@ "author": "Scott Cooper <scttcper@gmail.com>", | ||
"main": "./dist/public_api.js", | ||
"module": "./dist/es/public_api.js", | ||
"module": "./dist/module/public_api.js", | ||
"typings": "./dist/public_api.d.ts", | ||
@@ -33,5 +33,3 @@ "files": [ | ||
"prepare": "npm run build", | ||
"build": "npm run build-es6 && npm run build-cmjs && ts-node build", | ||
"build-es6": "tsc -P ./tsconfig-build.json --outDir 'dist/es' --module es2015 -d false --moduleResolution node", | ||
"build-cmjs": "tsc -P ./tsconfig-build.json", | ||
"build": "del-cli dist && tsc -p ./tsconfig.build.json && tsc -p tsconfig.module.json && ts-node build", | ||
"build:docs": "typedoc src && touch docs/.nojekyll", | ||
@@ -49,2 +47,3 @@ "test": "jest", | ||
"@typescript-eslint/parser": "2.29.0", | ||
"del-cli": "^3.0.0", | ||
"eslint": "6.8.0", | ||
@@ -51,0 +50,0 @@ "eslint-config-xo-space": "0.24.0", |
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
318908
23