@tabler/icons-png
Advanced tools
Comparing version 3.28.0 to 3.28.1
{ | ||
"name": "@tabler/icons-png", | ||
"version": "3.28.0", | ||
"version": "3.28.1", | ||
"description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", | ||
@@ -18,8 +18,2 @@ "homepage": "https://tabler-icons.io", | ||
}, | ||
"scripts": { | ||
"build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons", | ||
"build:icons": "node build.mjs", | ||
"clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/icons/*' -exec rm -rf {} +", | ||
"copy:license": "cp ../../LICENSE ./LICENSE" | ||
}, | ||
"files": [ | ||
@@ -34,3 +28,3 @@ "icons/**/*.png" | ||
"dependencies": { | ||
"@tabler/icons": "workspace:*" | ||
"@tabler/icons": "3.28.1" | ||
}, | ||
@@ -45,3 +39,9 @@ "keywords": [ | ||
"web" | ||
] | ||
} | ||
], | ||
"scripts": { | ||
"build": "pnpm run clean && pnpm run copy:license && pnpm run build:icons", | ||
"build:icons": "node build.mjs", | ||
"clean": "rm -rf dist && find . ! -name '.gitkeep' -path '*/icons/*' -exec rm -rf {} +", | ||
"copy:license": "cp ../../LICENSE ./LICENSE" | ||
} | ||
} |
21028617
+ Added@tabler/icons@3.28.1(transitive)
Updated@tabler/icons@3.28.1