forked from aurelia/aurelia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlerna.json
36 lines (36 loc) · 813 Bytes
/
lerna.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"command": {
"bootstrap": {
"hoist": "**"
}
},
"packages": [
"packages/__tests__",
"packages/__tests__/e2e",
"packages/aot",
"packages/debug",
"packages/fetch-client",
"packages/i18n",
"packages/jit",
"packages/jit-html",
"packages/jit-html-browser",
"packages/jit-html-jsdom",
"packages/kernel",
"packages/plugin-conventions",
"packages/plugin-parcel",
"packages/plugin-pixi",
"packages/plugin-gulp",
"packages/plugin-svg",
"packages/webpack-loader",
"packages/router",
"packages/runtime",
"packages/runtime-html",
"packages/runtime-html-browser",
"packages/runtime-html-jsdom",
"packages/store",
"packages/testing",
"packages/validation",
"packages/dialog"
],
"version": "0.3.0"
}