We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406f850 commit c9128cfCopy full SHA for c9128cf
lerna.json
@@ -1,22 +1,12 @@
1
{
2
- "lerna": "3.11.0",
3
- "packages": [
4
- "packages/*"
5
- ],
+ "lerna": "3.13.4",
+ "packages": ["packages/*"],
6
"version": "independent",
7
"command": {
8
"bootstrap": {
9
- "nohoist": [
10
- "@types/*",
11
- "typedoc",
12
- "karma*"
13
- ]
+ "nohoist": ["@types/*", "typedoc", "karma*"]
14
}
15
},
16
"hoist": true,
17
18
19
20
21
22
package.json
@@ -28,7 +28,7 @@
28
"generate-changelog": "^1.7.1",
29
"husky": "^2.1.0",
30
"jest": "^20.0.4",
31
32
"lint-staged": "^8.1.5",
33
"prettier": "1.17.0",
34
"typescript": "^3.0.0"
0 commit comments