Revision 0ba3e7eb229e3bb88476ced79eb7b514f2b0b4ed authored by Eric Prud'hommeaux on 01 January 2023, 18:45:10 UTC, committed by Eric Prud'hommeaux on 01 January 2023, 18:45:10 UTC
1 parent 9f66817
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