fork of hey-api/openapi-ts because I need some additional things
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #3226 from hey-api/ci/types-repository

chore: add repository to types

authored by

Lubos and committed by
GitHub
b1726a33 27442edf

+9 -4
+9 -4
packages/types/package.json
··· 7 7 "files": [ 8 8 "src" 9 9 ], 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" 14 19 }