dev: change in app names in package.json for the turborepo builds

This commit is contained in:
vamsi 2022-12-22 23:37:06 +05:30
parent 054fbab887
commit b2a050570d
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"name": "plane-docs",
"name": "docs",
"version": "0.1.0",
"private": true,
"scripts": {

View File

@ -1,9 +1,9 @@
{
"name": "plane",
"name": "www",
"description": "plane.so",
"private": true,
"repository": "caravel/plane.so",
"author": "caravel",
"repository": "makeplane/plane.so",
"author": "makeplane",
"license": "Apache-2.0",
"scripts": {
"dev": "next dev --port 3001",