Skip to content

Commit

Permalink
doc: add support info (#843)
Browse files Browse the repository at this point in the history
* doc: add support info

PR-URL: #843
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: NickNaso <nicoladelgobbo@gmail.com>
  • Loading branch information
mhdawson committed Dec 1, 2020
1 parent 356e93d commit d9e11ff
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions package-support.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"versions": [
{
"version": "*",
"target": {
"node": "active"
},
"response": {
"type": "time-permitting",
"paid": false,
"contact": {
"name": "node-addon-api team",
"url": "https://github.com/nodejs/node-addon-api/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 @@ -307,5 +307,6 @@
"lint:fix": "git-clang-format"
},
"pre-commit": "lint",
"version": "3.0.2"
"version": "3.0.2",
"support": true
}

0 comments on commit d9e11ff

Please sign in to comment.