Skip to content

Commit f1d33c5

Browse files
committed
Add URLs to package.json
1 parent 8cf67ac commit f1d33c5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
"version": "0.1.0",
44
"description": "Generate MapKit JS tokens",
55
"author": "Kevin Chung <kevin@chun.gd>",
6+
"homepage": "https://github.com/kchung/mapkitjs-token",
7+
"bugs": "https://github.com/kchung/mapkitjs-token/issues",
68
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/kchung/mapkitjs-token"
12+
},
713
"scripts": {
814
"build": "tsc",
915
"watch": "tsc -w",

0 commit comments

Comments
 (0)