lerna.json 158 B

123456789101112
  1. {
  2. "version": "independent",
  3. "packages": [
  4. "packages/*",
  5. "packages/@uppy/*"
  6. ],
  7. "command": {
  8. "bootstrap": {
  9. "hoist": true
  10. }
  11. }
  12. }