Skip to content

Commit 2b61bc9

Browse files
committed
chore(rtk-query-codegen): make package private
Change private level in rtk-query-codegen to avoid been released in the Lerna release pipeline fix #222
1 parent 0ab9f32 commit 2b61bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rtk-query-codegen/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@layer5/rtk-query-codegen",
3+
"private": true,
34
"version": "0.3.0",
45
"description": "Codegen to create rtk-query api from openapi schema",
56
"license": "ISC",

0 commit comments

Comments
 (0)