material-web/lerna.json
Alexander Marks e47de0d9d6 v0.8.0
2019-09-03 17:03:26 -07:00

16 lines
210 B
JSON

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