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", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {

View File

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