https://github.com/shexSpec/shex.js
Raw File
Tip revision: c30ed2d8a0256a09835f65ded747978467466092 authored by dependabot[bot] on 01 April 2024, 10:18:59 UTC
Bump chai from 4.4.1 to 5.1.0
Tip revision: c30ed2d
lerna.json
{
  "version": "1.0.0-alpha.29",
  "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