material-web/lerna.json
Alexander Marks 631e70e3a3 v0.10.0
2019-10-11 16:27:07 -07:00

16 lines
211 B
JSON

{
"lerna": "2.9.0",
"packages": [
"packages/*"
],
"command": {
"bootstrap": {
"hoist": true,
"npmClientArgs": [
"--no-package-lock"
]
}
},
"version": "0.10.0"
}