Revision 231fb8550b956bdae3bb611c0131739800c8c835 authored by Eric Prud'hommeaux on 19 January 2023, 12:40:20 UTC, committed by Eric Prud'hommeaux on 19 January 2023, 13:41:46 UTC
1 parent 7d8a677
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