Skip to content

Commit

Permalink
🛠️ [Package] Update all package.json files to be private except earwurm
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Jan 20, 2024
1 parent 93f6ed1 commit be320bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"type": "git",
"url": "git+https://github.com/beefchimi/earwurm.git"
},
"private": true,
"engines": {
"node": ">=20.10.0",
"pnpm": ">=8.14.0"
Expand Down
2 changes: 1 addition & 1 deletion pkg/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earwurm/helpers",
"private": "true",
"private": true,
"version": "0.0.0",
"license": "ISC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/mocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earwurm/mocks",
"private": "true",
"private": true,
"version": "0.0.0",
"license": "ISC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earwurm/types",
"private": "true",
"private": true,
"version": "0.0.0",
"license": "ISC",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@earwurm/utilities",
"private": "true",
"private": true,
"version": "0.0.0",
"license": "ISC",
"engines": {
Expand Down

0 comments on commit be320bd

Please sign in to comment.