lerna.json 192 B

12345678910
  1. {
  2. "version": "1.2.4",
  3. "registry": "https://registry.npmjs.org/",
  4. "publishConfig": {
  5. "access": "public",
  6. "directory": "dist"
  7. },
  8. "npmClient": "yarn",
  9. "useWorkspaces": true
  10. }