Skip to content

Commit e78c468

Browse files
committed
npmパッケージをpublicに公開
1 parent 881c459 commit e78c468

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

docs/cuculus-openapi.yaml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
openapi: 3.0.0
22
paths:
3-
/v0/sample:
4-
get:
5-
operationId: getHello
6-
summary: ''
7-
parameters: []
8-
responses:
9-
'200':
10-
description: ''
11-
content:
12-
application/json:
13-
schema:
14-
type: string
15-
tags:
16-
- sample
173
/v0/users/me:
184
get:
195
operationId: getMe

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"typescript": "^5.2.2"
1616
},
1717
"publishConfig": {
18-
"access": "restricted",
18+
"access": "public",
1919
"registry": "https://npm.pkg.github.com/cuculus-dev"
2020
},
2121
"volta": {
2222
"node": "18.17.1",
2323
"npm": "9.8.1"
2424
},
2525
"version": "0.0.2"
26-
}
26+
}

0 commit comments

Comments
 (0)