Skip to content

Commit

Permalink
🔧 (packages): Set packages as private to prevent publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
valpinkman committed Apr 8, 2024
1 parent e3d2581 commit f94a10d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/signer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "MIT",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"private": true,
"exports": {
".": {
"require": "./lib/cjs/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/trusted-apps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "MIT",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"private": true,
"exports": {
".": {
"require": "./lib/cjs/index.js",
Expand Down
1 change: 1 addition & 0 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"license": "MIT",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"private": true,
"exports": {
".": {
"require": "./lib/cjs/index.js",
Expand Down

0 comments on commit f94a10d

Please sign in to comment.