Skip to content

Commit 9ac668b

Browse files
committed
Add add’l package.json info
1 parent 4eed424 commit 9ac668b

File tree

3 files changed

+21
-9
lines changed

3 files changed

+21
-9
lines changed

packages/openapi-fetch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"version": "pnpm run prepare && pnpm run build"
5959
},
6060
"dependencies": {
61-
"openapi-typescript-helpers": "^0.0.0"
61+
"openapi-typescript-helpers": "^0.0.1"
6262
},
6363
"devDependencies": {
6464
"axios": "^1.4.0",

packages/openapi-typescript-helpers/package.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,37 @@
11
{
22
"name": "openapi-typescript-helpers",
33
"description": "TypeScript helpers for consuming openapi-typescript types",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"author": {
66
"name": "Drew Powers",
77
"email": "[email protected]"
88
},
99
"license": "MIT",
10-
"scripts": {
11-
"lint": "pnpm run lint:js",
12-
"lint:js": "eslint \"*.{js,ts}\"",
13-
"lint:prettier": "prettier --check \"{src,test}/**/*\"",
14-
"test": "tsc --noEmit"
15-
},
10+
"type": "module",
11+
"main": "./index.js",
12+
"types": "./index.d.ts",
1613
"exports": {
1714
".": {
1815
"default": "./index.js",
1916
"types": "./index.d.ts"
2017
},
2118
"./*": "./*"
2219
},
20+
"homepage": "https://openapi-ts.pages.dev",
21+
"repository": {
22+
"type": "git",
23+
"url": "https://github.com/drwpow/openapi-typescript",
24+
"directory": "packages/openapi-fetch"
25+
},
26+
"bugs": {
27+
"url": "https://github.com/drwpow/openapi-typescript/issues"
28+
},
29+
"scripts": {
30+
"lint": "pnpm run lint:js",
31+
"lint:js": "eslint \"*.{js,ts}\"",
32+
"lint:prettier": "prettier --check \"{src,test}/**/*\"",
33+
"test": "tsc --noEmit"
34+
},
2335
"devDependencies": {
2436
"typescript": "^5.1.6"
2537
}

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)