Skip to content

Commit

Permalink
more tweaks to package.json to publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
stephiescastle committed Jun 27, 2024
1 parent 4a314bc commit 6ab46e9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/html-storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@explorer-1/html-storybook",
"version": "2.0.0",
"private": false,
"publishConfig": {
"access": "public"
},
"description": "Packaged frontend assets for JPL's design system, Explorer 1",
"author": "DesignLab",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@explorer-1/common",
"version": "1.0.0",
"private": false,
"publishConfig": {
"access": "public"
},
"description": "shared assets for all flavors of explorer-1",
"author": "DesignLab",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/configs/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"name": "@explorer-1/tsconfig",
"version": "1.0.0",
"private": false,
"publishConfig": {
"access": "public"
},
"author": "DesignLab",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6ab46e9

Please sign in to comment.