diff --git a/lerna.json b/lerna.json index fbb2d72..0c86383 100644 --- a/lerna.json +++ b/lerna.json @@ -1,9 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "packages": [ - "packages/*" - ], + "packages": ["packages/*"], "command": { "version": { "exact": true, @@ -17,5 +15,5 @@ "registry": "https://registry.npmjs.org/" } }, - "version": "0.0.1-next.7" + "version": "0.0.1-next.8" }