File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "version" : " 0.0.1" ,
44 "license" : " MIT" ,
55 "scripts" : {
6- "find-missing" : " comm -23 <(ls temp/src/lib/icons/*.svelte | xargs -n1 basename -s .svelte | sort) <(ls packages/animated-icons/src/icons/*.ts | xargs -n1 basename -s .ts | sort)" ,
6+ "find-missing-source" : " comm -23 <(ls temp/src/lib/icons/*.svelte | xargs -n1 basename -s .svelte | sort) <(ls packages/animated-icons/src/icons/*.ts | xargs -n1 basename -s .ts | sort)" ,
7+ "find-missing-self" : " comm -23 <(ls packages/animated-icons/src/icons/*.ts | xargs -n1 basename -s .ts | sort) <(ls temp/src/lib/icons/*.svelte | xargs -n1 basename -s .svelte | sort)" ,
78 "format" : " bunx prettier --write ."
89 },
910 "private" : true ,
Original file line number Diff line number Diff line change 11{
22 "name" : " ng-animated-icons" ,
3- "version" : " 1.8 .0" ,
3+ "version" : " 1.9 .0" ,
44 "description" : " Beautifully crafted animated icons for Angular, built on Lucide. Easily customizable and lightweight." ,
55 "homepage" : " https://icons.ajitpanigrahi.com/" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments