Skip to content

Commit

Permalink
Add support info
Browse files Browse the repository at this point in the history
  • Loading branch information
rodion-arr authored and wesleytodd committed Oct 13, 2023
1 parent ea53194 commit 7e31a87
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
22 changes: 22 additions & 0 deletions package-support.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"versions": [
{
"version": "*",
"target": {
"node": "lts_active"
},
"response": {
"type": "time-permitting",
"paid": false,
"contact": {
"name": "Package Maintenance Working Group",
"url": "https://github.com/pkgjs/wiby/issues"
}
},
"backing": [
{ "project": "https://github.com/nodejs" },
{ "foundation": "https://openjsf.org/" }
]
}
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@
"mocha": "^6.2.2",
"standard": "^14.3.1",
"standard-version": "^9.0.0"
}
},
"support": true
}

0 comments on commit 7e31a87

Please sign in to comment.