https://github.com/shexSpec/shex.js
Raw File
Tip revision: 610c15c1e27e352d7810d6d9d2f60439639e425a authored by Eric Prud'hommeaux on 13 March 2023, 14:37:22 UTC
~ restart backtick1 from ashes of old backtick
Tip revision: 610c15c
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