Skip to content

Commit c5577e6

Browse files
authored
Fix rendering of npm page (#7)
1 parent 9e78039 commit c5577e6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md renamed to README

File renamed without changes.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
"name": "trpc-openapi-2",
33
"version": "1.0.0",
44
"description": "Generate an OpenAPI spec from your tRPC server, in one line of code",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/zachkirsch/trpc-openapi-2"
8+
},
59
"main": "lib/index.js",
610
"files": [
711
"lib",
812
"!lib/**/__test__",
9-
"README.md"
13+
"README"
1014
],
1115
"scripts": {
1216
"build": "tsc",

0 commit comments

Comments
 (0)