Skip to content

Commit

Permalink
chore(web/api): make packages private
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <jordanshatford@live.com>
  • Loading branch information
jordanshatford committed Aug 30, 2023
1 parent c21b54d commit 72a0402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@yad/api",
"private": true,
"version": "1.0.0",
"license": "MIT",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@yad/web",
"private": true,
"version": "1.0.0",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 72a0402

Please sign in to comment.