Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore: sets up "lerna.json"
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed Oct 3, 2019
1 parent 36b155d commit cd9e432
Show file tree
Hide file tree
Showing 3 changed files with 9,113 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"registry": "https://registry.npmjs.org",
"version": "independent"
}
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"private": true,
"devDependencies": {
"lerna": "^3.16.4"
},
"workspaces": {
"packages": [
"packages/*"
]
}
}
Loading

0 comments on commit cd9e432

Please # to comment.