Remove browser playground from workspace

This commit is contained in:
Christopher Schleiden
2023-03-23 14:06:04 -07:00
parent 266bebde2b
commit 172f450745
2 changed files with 2 additions and 9 deletions
+1 -7
View File
@@ -1,11 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.2",
"packages": [
"workflow-parser/*",
"expressions/*",
"languageservice/*",
"languageserver/*"
]
"version": "0.1.2"
}