lerna.json 212 B

123456789101112
  1. {
  2. "lerna": "2.4.0",
  3. "version": "independent",
  4. "npmClient": "yarn",
  5. "registry": "https://registry.npmjs.org/",
  6. "useWorkspaces": true,
  7. "command": {
  8. "publish": {
  9. "npmClient": "npm"
  10. }
  11. }
  12. }