diff --git a/lerna.json b/lerna.json index d1c258ae6392..d37270ec8d22 100644 --- a/lerna.json +++ b/lerna.json @@ -1,15 +1,10 @@ { - "lerna": "3.13.4", - "version": "independent", + "version": "1.0.0-rc.0", "npmClient": "yarn", "useWorkspaces": true, "command": { - "bootstrap": { - "nohoist": ["@types/*", "typedoc", "karma*"] - }, "run": { "npmClient": "yarn" } - }, - "nohoist": ["@types/*", "typedoc", "karma*"] + } }