@hadihallak/colors
Advanced tools
Comparing version 2.0.0 to 3.0.0
{ | ||
"name": "@hadihallak/colors", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"contributors": [ | ||
@@ -8,11 +8,10 @@ "Colm Tuite <colm@modulz.app>", | ||
], | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"typings": "dist/types/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"typings": "types/index.d.ts", | ||
"scripts": { | ||
"build": "rollup -c && yarn build-css-modules", | ||
"build-css-modules": "node ./scripts/build-css-modules.js" | ||
"build": "yarn clean && yarn && rollup -c && yarn build-css-modules", | ||
"build-css-modules": "node ./scripts/build-css-modules.js", | ||
"postpublish": "yarn clean", | ||
"clean": "git clean -fdX" | ||
}, | ||
@@ -23,2 +22,6 @@ "keywords": [ | ||
], | ||
"sideEffects": false, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"devDependencies": { | ||
@@ -25,0 +28,0 @@ "@rollup/plugin-typescript": "^8.2.1", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
94468