Skip to content

Commit

Permalink
Add version numbers to private packages to fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev committed Jun 11, 2024
1 parent b9a2ba9 commit 0966735
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "client",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "conc -c '#646cff,#ef4242' 'pnpm:start-*'",
Expand Down
1 change: 1 addition & 0 deletions design/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "react-exo-ui",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions toolkit/bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "bundler",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "tsc"
Expand Down
1 change: 1 addition & 0 deletions toolkit/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "config",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "pnpm run gen-locales && tsc && pnpm run gen-cfg && pnpm run gen-files",
Expand Down
1 change: 1 addition & 0 deletions toolkit/storybook/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "storybook-common",
"type": "module",
"version": "0.0.0",
"private": true,
"dependencies": {
"@iconify/react": "^4.1.1",
Expand Down
1 change: 1 addition & 0 deletions toolkit/storybook/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "storybook-web",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "storybook dev -p 6006",
Expand Down
1 change: 1 addition & 0 deletions toolkit/vocs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "docs",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "tsx utils/setup && vocs dev -p 6106",
Expand Down

0 comments on commit 0966735

Please sign in to comment.