@fylgja/badge
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@fylgja/badge", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Badges component serves as a small blocks to indicate notifications. Or to highlight an item", | ||
@@ -8,4 +8,5 @@ "homepage": "https://fylgja.dev/", | ||
"license": "MIT", | ||
"main": "_index.scss", | ||
"unpkg": "badge.css", | ||
"style": "badge.css", | ||
"sass": "_index.scss", | ||
"repository": { | ||
@@ -23,3 +24,3 @@ "type": "git", | ||
"scripts": { | ||
"build": "sass badge.scss badge.css --no-source-map -s compressed --load-path=node_modules" | ||
"build": "npx sass badge.scss badge.css --no-source-map -s compressed -I node_modules" | ||
}, | ||
@@ -26,0 +27,0 @@ "dependencies": { |
@@ -18,4 +18,4 @@ # Fylgja - Badge | ||
@use "@fylgja/badge"; | ||
// Or via PostCSS and other options as plain CSS | ||
@import "@fylgja/badge/badge.css"; | ||
// Or via PostCSS import | ||
@import "@fylgja/badge"; | ||
``` | ||
@@ -22,0 +22,0 @@ |
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
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
5776
7