Ignore browser playground for versioning and publishing

This commit is contained in:
Christopher Schleiden
2023-03-23 14:03:42 -07:00
parent 895f62ba7e
commit 266bebde2b
+7 -1
View File
@@ -1,5 +1,11 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.2.0"
"version": "0.1.2",
"packages": [
"workflow-parser/*",
"expressions/*",
"languageservice/*",
"languageserver/*"
]
}