Skip to content

Commit 5fc3066

Browse files
committed
chore: git repository in package.json
1 parent 86df67c commit 5fc3066

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "svg-to-ttf-flutter-icons",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "The program will ttf files & dart codes, and generate a font class.",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/iamriajul/svg-to-ttf-flutter-icons.git"
8+
},
59
"main": "index.js",
610
"bin": "./bin/svg-to-ttf-flutter-icons",
711
"scripts": {

0 commit comments

Comments
 (0)