Skip to content

Commit e24da1f

Browse files
committed
released v1.0.0
1 parent 275730a commit e24da1f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"private": true,
3+
"version": "1.0.0",
4+
"repository": {
5+
"type": "git",
6+
"url": "git+https://github.com/icongo/icon-collection.git"
7+
},
8+
"author": "jaywcjlove",
9+
"license": "MIT",
10+
"homepage": "https://icongo.github.io",
311
"scripts": {
412
"ad": "node icons/ad/cpy.mjs && svgo -f icons/ad/.cache_svg -o svg/ad",
513
"ae": "svgo -f icons/ae/data/SVG -o svg/ae",
@@ -63,14 +71,6 @@
6371
"wl": "cpy 'icons/wl/data/libs/**/*.svg' '!icons/wl/data/libs/**/*.min.svg' node_modules/.cache/svg/wl --flat && svgo -f node_modules/.cache/svg/wl -o svg/wl",
6472
"test": "jest"
6573
},
66-
"repository": {
67-
"type": "git",
68-
"url": "git+https://github.com/icongo/icon-collection.git"
69-
},
70-
"keywords": [],
71-
"author": "jaywcjlove",
72-
"license": "MIT",
73-
"homepage": "http://icongo.github.io",
7474
"devDependencies": {
7575
"cpy-cli": "^4.1.0",
7676
"del-cli": "^5.0.0",

0 commit comments

Comments
 (0)