Revision 9f6681720fede5b75655ae8670b31b4bd3dbd676 authored by Eric Prud'hommeaux on 01 January 2023, 08:44:53 UTC, committed by Eric Prud'hommeaux on 01 January 2023, 09:07:21 UTC
1 parent 09748bd
Raw File
lerna.json
{
  "version": "1.0.0-alpha.16",
  "npmClient": "npm",
  "hoist": true,
  "command": {
    "publish": {
      "ignoreChanges": [
        "ignored-file",
        "*.md"
      ],
      "message": "chore(release): publish",
      "registry": "https://registry.npmjs.org"
    },
    "bootstrap": {
      "ignore": "component-*",
      "npmClientArgs": [
      ]
    }
  },
  "packages": [
    "packages/*"
  ]
}
back to top