Skip to content

Commit 977f609

Browse files
committed
Update package.json
1 parent f3c682e commit 977f609

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
"type": "git",
99
"url": "git+https://github.com/Ciptex/openapi-typescript-codegen.git"
1010
},
11-
"private": true,
11+
"publishConfig": {
12+
"access": "public",
13+
"cache": "~/.npm",
14+
"registry": "https://registry.npmjs.org"
15+
},
1216
"bugs": {
1317
"url": "https://github.com/Ciptex/openapi-typescript-codegen/issues"
1418
},

0 commit comments

Comments
 (0)