Skip to content

Commit b1726a3

Browse files
authored
Merge pull request #3226 from hey-api/ci/types-repository
chore: add repository to types
2 parents 27442ed + 0217e57 commit b1726a3

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)