igniteui-theming
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "igniteui-theming", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A set of Sass variables, mixins, and functions for generating palettes, typography, and elevations used by Ignite UI components.", | ||
@@ -16,7 +16,14 @@ "main": "index.js", | ||
"build:json": "node scripts/buildJSON.mjs", | ||
"serve:docs": "npx http-server ./docs", | ||
"preview:palette": "node scripts/previewPalette.mjs", | ||
"lint": "stylelint ./sass", | ||
"preview:palette": "node scripts/previewPalette.mjs", | ||
"test": "jest", | ||
"serve:docs": "npx http-server ./docs" | ||
"format": "stylelint \"**/*.{scss,css}\" --fix --allow-empty-input --ignore-path .gitignore", | ||
"prepare": "husky install" | ||
}, | ||
"lint-staged": { | ||
"**/*.{scss,css}": [ | ||
"npm run format" | ||
] | ||
}, | ||
"files": [ | ||
@@ -48,3 +55,8 @@ "/sass", | ||
".": { | ||
"sass": "./_index.scss" | ||
"sass": "./_index.scss", | ||
"esm2020": "./index.js", | ||
"es2020": "./index.js", | ||
"es2015": "./index.js", | ||
"node": "./index.js", | ||
"default": "./index.js" | ||
}, | ||
@@ -57,2 +69,3 @@ "./functions": { | ||
"globby": "^13.1.2", | ||
"husky": "^8.0.2", | ||
"igniteui-sassdoc-theme": "^1.1.4", | ||
@@ -59,0 +72,0 @@ "jest": "^28.1.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
474709
2
14