Skip to content

Commit b107e8e

Browse files
author
Justin Calleja
committed
chore: publish to npm public registry under diff name
1 parent e273b2f commit b107e8e

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
⚠️ this is just a fork to add some options to `fetch` client. See last few commits on this branch:
2+
3+
https://github.com/justin-calleja/openapi-typescript-codegen/tree/nextjsfetch
4+
15
# OpenAPI Typescript Codegen
26

37
[![NPM][npm-image]][npm-url]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "openapi-typescript-codegen",
2+
"name": "nextjsfetch-openapi-typescript-codegen",
33
"version": "0.25.0",
44
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
55
"author": "Ferdi Koomen",
6-
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
6+
"homepage": "https://github.com/justin-calleja/openapi-typescript-codegen/tree/nextjsfetch",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/ferdikoomen/openapi-typescript-codegen.git"
9+
"url": "git+http/github.com/ferdikoomen/openapi-typescript-codegen.git"
1010
},
1111
"bugs": {
1212
"url": "https://github.com/ferdikoomen/openapi-typescript-codegen/issues"

0 commit comments

Comments
 (0)