Skip to content

Commit

Permalink
examples(turborepo): add name and version to workspace projects (remi…
Browse files Browse the repository at this point in the history
  • Loading branch information
mcansh authored and kayac-chang committed Sep 3, 2022
1 parent d2d1520 commit 491d3e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/turborepo-vercel/apps/remix-app/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "remix-app",
"version": "0.0.0",
"private": true,
"sideEffects": false,
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions examples/turborepo-vercel/packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"name": "ui",
"version": "0.0.0",
"private": true,
"sideEffects": false,
"main": "./dist/index.js",
Expand Down

0 comments on commit 491d3e4

Please sign in to comment.