aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/lerna.json
blob: 744f9e3745635705eeba50fa00d036e7617844ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "lerna": "2.9.0",
  "version": "independent",
  "command": {
    "init": {
      "exact": true
    }
  },
  "npmClient": "yarn",
  "useWorkspaces": true,
  "packages": ["framework","apps/*"]
}