Skip to content

Commit 0217e57

Browse files
committed
chore: add repository to types
1 parent 27442ed commit 0217e57

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

packages/types/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@
77
"files": [
88
"src"
99
],
10-
"license": "MIT",
11-
"publishConfig": {
12-
"access": "public"
13-
}
10+
"homepage": "https://heyapi.dev/",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/hey-api/openapi-ts.git"
14+
},
15+
"bugs": {
16+
"url": "https://github.com/hey-api/openapi-ts/issues"
17+
},
18+
"license": "MIT"
1419
}

0 commit comments

Comments
 (0)