Skip to content

Commit

Permalink
Merge pull request #18 from grafana/fix-lerna-version
Browse files Browse the repository at this point in the history
  • Loading branch information
sd2k authored Jun 11, 2024
2 parents 028db0d + c55e6e6 commit 85818d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"npmClient": "yarn",
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "4.22.0",
"packages": [
"packages/*"
],
"version": "0.1.0",
"packages": ["packages/*"],
"useWorkspaces": true
}

0 comments on commit 85818d4

Please sign in to comment.