uppy/lerna.json
2018-10-29 13:25:59 +01:00

12 lines
158 B
JSON

{
"version": "independent",
"packages": [
"packages/*",
"packages/@uppy/*"
],
"command": {
"bootstrap": {
"hoist": true
}
}
}