diff options
author | HampusM <hampus@hampusmat.com> | 2021-06-07 20:49:55 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-06-07 20:49:55 +0200 |
commit | 6a89b265146edf689b83e2f0bf2d3d6d70eb538a (patch) | |
tree | 603778c01cd067a98ffb341f1f22e2b7e0f42845 /lerna.json | |
parent | 833c48b9ec5f5b9aa0302c557c6bf5163841100b (diff) |
Organized, switched from Lerna to Yarn workspaces & improved gitignore
Diffstat (limited to 'lerna.json')
-rw-r--r-- | lerna.json | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lerna.json b/lerna.json deleted file mode 100644 index 442d973..0000000 --- a/lerna.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "npmClient": "yarn", - "packages": [ - "packages/*" - ], - "version": "independent" -} |