Merge "Web Client context menu item display"
[ccsdk/features.git] / sdnr / wt / odlux / lerna.json
1 {
2   "version": "independent",
3   "command": {
4     "init": {
5       "exact": true
6     }
7   },
8   "npmClient": "yarn",
9   "useWorkspaces": true,
10   "packages": [
11     "framework",
12     "apps/*"
13   ]
14 }