express-json-validator-middleware icon indicating copy to clipboard operation
express-json-validator-middleware copied to clipboard

Add a package-support.json

Open simonplend opened this issue 2 years ago • 0 comments

  • https://github.com/nodejs/package-maintenance/blob/main/docs/PACKAGE-SUPPORT.md
  • https://github.com/pkgjs/support

Potential package-support.json:

{
  "versions": [
    {
      "version": "*",
      "target": {
        "node": "supported"
      },
      "response": {
        "type": "best-effort"
      },
      "backing": {
        "none": ""
      }
    }
  ]
}

Add "support": true to package.json.

simonplend avatar May 09 '22 19:05 simonplend