Skip to content

Commit

Permalink
chore: migrate to npm workspaces and update to newest lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
ernscht committed Aug 8, 2023
1 parent c4df2fe commit 5bdfedb
Show file tree
Hide file tree
Showing 3 changed files with 8,613 additions and 7,516 deletions.
9 changes: 7 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"packages": ["examples/*", "packages/core", "packages/plugins/*"],
"version": "1.2.8"
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": [
"examples/*",
"packages/core",
"packages/plugins/*"
],
"version": "1.2.8"
}
Loading

0 comments on commit 5bdfedb

Please sign in to comment.