🔥 Remove node workspaces

This commit is contained in:
Andrey Antukh
2023-11-29 11:24:53 +01:00
parent c2b752e560
commit 3e7db452b9
6 changed files with 4427 additions and 402 deletions

View File

@@ -1,21 +0,0 @@
{
"name": "penpot",
"version": "1.20.0",
"license": "MPL-2.0",
"packageManager": "yarn@4.0.2",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/penpot/penpot"
},
"author": "Kaleidos INC",
"resolutions": {
"@vitejs/plugin-react": "^4.2.0"
},
"workspaces": [
"common",
"frontend",
"exporter",
"backend"
]
}