Skip to content

Commit 3a86e33

Browse files
authored
Ignore __test__ when publishing (#4)
1 parent 6aa7210 commit 3a86e33

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "trpc-openapi-2",
3-
"version": "",
3+
"version": "1.0.0",
44
"description": "Generate an OpenAPI spec from your trpc server, in one line of code",
55
"main": "lib/index.js",
66
"files": [
7-
"/lib"
7+
"lib",
8+
"!lib/**/__test__"
89
],
910
"scripts": {
1011
"build": "tsc",

0 commit comments

Comments
 (0)