Skip to content

Commit

Permalink
chore: add private to the workspace package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordech committed Sep 23, 2023
1 parent 4db6a46 commit 3a3e49f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "dynamic-grid",
"license": "MIT",
"packageManager": "[email protected]",
"private": true,
"workspaces": [
"packages/*"
],
Expand Down
2 changes: 1 addition & 1 deletion packages/dynamic-grid-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@mordech/dynamic-grid-core",
"version": "0.0.0",
"license": "MIT",
"private": true,
"private": false,
"description": "A dynamic grid component",
"main": "./dist/index.js",
"repository": {
Expand Down

0 comments on commit 3a3e49f

Please sign in to comment.