Skip to content

Commit

Permalink
tweaks to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jun 27, 2024
1 parent 0a86bf4 commit 4a314bc
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 1 deletion.
3 changes: 3 additions & 0 deletions apps/vue-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@explorer-1/vue-storybook",
"version": "0.0.0",
"private": false,
"publishConfig": {
"access": "public"
},
"author": "DesignLab",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "explorer-1",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "3.0.0",
"type": "module",
"description": "Monorepo for JPL's design system, Explorer 1",
Expand Down
5 changes: 4 additions & 1 deletion packages/common-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@explorer-1/common-storybook",
"version": "0.0.0",
"private": true,
"private": false,
"publishConfig": {
"access": "public"
},
"author": "DesignLab",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions packages/configs/prettier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@explorer-1/prettier-config",
"private": false,
"publishConfig": {
"access": "public"
},
"version": "1.0.0",
"description": "Shared prettier config",
"author": "DesignLab",
Expand Down
3 changes: 3 additions & 0 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@explorer-1/nuxt",
"private": false,
"publishConfig": {
"access": "public"
},
"author": "DesignLab",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions packages/nuxt/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"private": false,
"publishConfig": {
"access": "public"
},
"name": "my-module-playground",
"type": "module",
"prettier": "@explorer-1/prettier-config",
Expand Down
3 changes: 3 additions & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "@explorer-1/vue",
"private": false,
"publishConfig": {
"access": "public"
},
"author": "DesignLab",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4a314bc

Please sign in to comment.