Skip to content

Commit

Permalink
fix: use independent version
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoralp committed Dec 27, 2022
1 parent 285756d commit 83086bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.0-beta.0"
"version": "independent"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"examples/*",
"packages/*"
],
"version": "independent",
"version": "0.0.0",
"engines": {
"node": ">=18.0.0"
},
Expand Down

0 comments on commit 83086bb

Please sign in to comment.