Release version 1.3.1
[ccsdk/features.git] / sdnr / wt / odlux / lerna.json
1 {
2   "lerna": "2.9.0",
3   "version": "independent",
4   "command": {
5     "init": {
6       "exact": true
7     }
8   },
9   "npmClient": "yarn",
10   "useWorkspaces": true,
11   "packages": ["framework","apps/*"]
12 }