Skip to content

Commit

Permalink
make packages private
Browse files Browse the repository at this point in the history
  • Loading branch information
olivermrbl committed Jan 3, 2024
1 parent d2ef0cf commit 3860182
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Medusa Authentication module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"files": [
"dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/cart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Medusa Cart module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"files": [
"dist"
],
Expand Down
1 change: 1 addition & 0 deletions packages/promotion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "Medusa Promotion module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": true,
"files": [
"dist"
],
Expand Down

0 comments on commit 3860182

Please sign in to comment.