svelte-hero-icons
Advanced tools
Comparing version 1.6.0-next.1 to 1.6.0-next.2
{ | ||
"name": "svelte-hero-icons", | ||
"version": "1.6.0-next.1", | ||
"version": "1.6.0-next.2", | ||
"description": "Heroicons for Svelte (Project based on heroicons)", | ||
"types": "dist/index.d.ts", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -11,9 +11,7 @@ "type": "git", | ||
"files": [ | ||
"dist" | ||
"icons", | ||
"index.d.ts" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
"./icons/*": "./icons/*.svelte" | ||
}, | ||
@@ -23,4 +21,4 @@ "scripts": { | ||
"build:dist": "rollup -c", | ||
"build": "npm run build:icons && npm run build:dist", | ||
"clean": "rm -rf src dist" | ||
"build": "npm run build:icons", | ||
"clean": "rm -rf icons index.d.ts" | ||
}, | ||
@@ -27,0 +25,0 @@ "author": "Justin Voitel <justin.voitel@gmail.com>", |
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
229
271512
227