Skip to content

Commit

Permalink
lerna 662
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericHeem committed Jun 10, 2024
1 parent bd8b3bc commit 5da428a
Show file tree
Hide file tree
Showing 3 changed files with 1,008 additions and 617 deletions.
14 changes: 4 additions & 10 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
{
"packages": [
"bau/**/*",
"bau-css/**/*",
"bau-router/**/*",
"examples/**/*"
],
"packages": ["bau/**/*", "bau-css/**/*", "bau-router/**/*", "examples/**/*"],
"npmClient": "pnpm",
"useWorkspaces": true,
"version": "0.84.2",
"command": {
"command": {
"bootstrap": {
"npmClientArgs": [
"--no-audit"
]
"npmClientArgs": ["--no-audit"]
}
},
"publish": {
Expand All @@ -23,4 +17,4 @@
"ignore": []
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Frederic Heem",
"license": "MIT",
"devDependencies": {
"lerna": "8.1.3"
"lerna": "6.6.2"
},
"dependencies": {},
"repository": {
Expand Down
Loading

0 comments on commit 5da428a

Please sign in to comment.