File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change
1
+ workspaces-experimental true
Original file line number Diff line number Diff line change 1
1
{
2
- "lerna" : " 2.0.0-beta.32" ,
3
- "packages" : [
4
- " packages/*"
5
- ],
6
- "version" : " independent"
7
- }
2
+ "lerna" : " 2.9.0" ,
3
+ "packages" : [" packages/*" ],
4
+ "npmClient" : " yarn" ,
5
+ "useWorkspaces" : true ,
6
+ "version" : " independent" ,
7
+ "registry" : " https://registry.npmjs.org/"
8
+ }
Original file line number Diff line number Diff line change 4
4
"devDependencies" : {
5
5
"coveralls" : " ^2.11.2" ,
6
6
"jest" : " ^18.1.0" ,
7
- "lerna" : " 2.0.0-beta.32 " ,
7
+ "lerna" : " 2.9.0 " ,
8
8
"prettier" : " ^1.3.1"
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
12
12
"url" : " https://github.com/pugjs/pug.git"
13
13
},
14
14
"scripts" : {
15
+ "bootstrap" : " lerna bootstrap" ,
15
16
"clean" : " lerna clean" ,
16
17
"release" : " lerna publish" ,
17
- "postinstall" : " lerna bootstrap" ,
18
18
"pretest" : " lerna run pretest" ,
19
19
"test" : " jest" ,
20
20
"coverage" : " jest --coverage" ,
28
28
" ./scripts/prettier-javascript-serializer.js"
29
29
]
30
30
},
31
- "license" : " MIT"
31
+ "license" : " MIT" ,
32
+ "workspaces" : [" packages/*" ]
32
33
}
You can’t perform that action at this time.
0 commit comments