https://github.com/shexSpec/shex.js
Raw File
Tip revision: 583c883f2c45a3ff47b737255705232cb2958036 authored by dependabot[bot] on 25 March 2024, 10:31:09 UTC
Bump koa from 2.15.0 to 2.15.2
Tip revision: 583c883
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