Skip to content

Commit b96eb8a

Browse files
committed
fix(wrapped-keys): temp. making wrapped keys packages private to prevent CI from failing
1 parent 4c72a89 commit b96eb8a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/wrapped-keys-lit-actions/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@lit-protocol/wrapped-keys-lit-actions",
3+
"private": true,
34
"type": "commonjs",
45
"license": "MIT",
56
"homepage": "https://github.com/Lit-Protocol/js-sdk",

packages/wrapped-keys/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@lit-protocol/wrapped-keys",
3+
"private": true,
34
"type": "commonjs",
45
"license": "MIT",
56
"homepage": "https://github.com/Lit-Protocol/js-sdk",

0 commit comments

Comments
 (0)