File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "lerna" : " 3.0.0-beta.21 " ,
2
+ "lerna" : " 3.0.0-rc.0 " ,
3
3
"packages" : [
4
4
" packages/*"
5
5
],
6
6
"version" : " independent" ,
7
7
"command" : {
8
8
"init" : {
9
9
"exact" : true
10
+ },
11
+ "bootstrap" : {
12
+ "hoist" : [
13
+ " tap" ,
14
+ " eslin*" ,
15
+ " husky" ,
16
+ " prettier" ,
17
+ " pretty-quick"
18
+ ]
19
+ },
20
+ "publish" : {
21
+ "allowBranch" : " master"
10
22
}
11
23
},
12
24
"npmClientArgs" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"devDependencies" : {
3
- "lerna" : " 3.0.0-beta.21 "
3
+ "lerna" : " 3.0.0-rc.0 "
4
4
},
5
+ "private" : true ,
5
6
"scripts" : {
6
- "bootstrap" : " lerna bootstrap --hoist tap --hoist eslin* --hoist husky --hoist prettier --hoist pretty-quick " ,
7
+ "bootstrap" : " npx lerna bootstrap" ,
7
8
"precommit" : " pretty-quick --staged" ,
8
9
"prettier" : " prettier --config .prettierrc --write ./**/*.js" ,
9
- "test" : " lerna run test"
10
+ "test" : " lerna run test" ,
11
+ "clean" : " git clean -dfx"
10
12
},
11
13
"nyc" : {
12
14
"exclude" : [
You can’t perform that action at this time.
0 commit comments