diff options
Diffstat (limited to 'lerna.json')
-rw-r--r-- | lerna.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lerna.json b/lerna.json index 8ca0b0883..be294216a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { - "lerna": "2.5.1", - "packages": ["packages/*"], - "version": "independent", - "npmClient": "yarn", - "useWorkspaces": true + "lerna": "2.5.1", + "packages": ["packages/*"], + "version": "independent", + "npmClient": "yarn", + "useWorkspaces": true } |