Skip to content

Commit 0d2158b

Browse files
committed
🔒 Set packages to private in each package.json file
1 parent b4e77d5 commit 0d2158b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

apps/backend/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "backend",
33
"version": "0.0.0",
4+
"private": true,
45
"type": "module",
56
"scripts": {
67
"pull": "supabase db pull --local --schema auth --schema storage",

apps/mockup/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "mockup",
33
"version": "0.0.0",
4+
"private": true,
45
"type": "module",
56
"scripts": {
67
"build": "tailwindcss -i ./app.css -o ./public/styles.css --minify",

apps/web/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "web",
33
"version": "0.0.0",
4+
"private": true,
45
"type": "module",
56
"scripts": {
67
"generate:supabase-types": "node ./commands/supabase-types.js",

packages/eslint-config/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@repo/eslint-config",
33
"version": "0.0.0",
4+
"private": true,
45
"type": "module",
56
"exports": {
67
".": "./eslint.config.js"

0 commit comments

Comments
 (0)