diff options
Diffstat (limited to 'lerna.json')
-rw-r--r-- | lerna.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lerna.json b/lerna.json index fa9ef5aff..e2147be85 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "3.0.0-beta.23", - "packages": ["packages/*", "contracts/*"], + "packages": ["packages/*"], "version": "independent", "command": { "publish": { |