Skip to content

Commit 04ca5e5

Browse files
committed
chore: rename package to piconss and update to v.1.0.0
1 parent d626ff6 commit 04ca5e5

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
2-
"name": "icon-burst",
3-
"version": "1.0.3",
2+
"name": "piconss",
3+
"version": "1.0.0",
44
"license": "MIT",
5-
"description": "A collection of customizable SVG icons for dark, light, and default themes.",
5+
"description": " collection of customizable SVG icons for modern web applications.",
6+
"homepage": "https://github.com/CemWebDev/piconss",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/CemWebDev/piconss.git"
10+
},
11+
"bugs": {
12+
"url": "https://github.com/CemWebDev/piconss/issues"
13+
},
614
"main": "index.js",
715
"scripts": {
816
"start": "node index.js"

0 commit comments

Comments
 (0)