diff --git a/lerna.json b/lerna.json index 0c131f2b8..ddb3faca8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,15 +1,11 @@ { "npmClient": "yarn", - "packages": [ - "packages/*" - ], - "version": "5.7.2", + "packages": ["packages/*"], + "version": "5.7.0", "command": { "bootstrap": { "ci": false, - "npmClientArgs": [ - "--no-package-lock" - ] + "npmClientArgs": ["--no-package-lock"] }, "publish": { "commitHooks": false, @@ -18,4 +14,4 @@ "exact": true } } -} \ No newline at end of file +}