Skip to content

Commit d9e11ff

Browse files
authored
doc: add support info (#843)
* doc: add support info PR-URL: #843 Reviewed-By: Chengzhong Wu <[email protected]> Reviewed-By: NickNaso <[email protected]>
1 parent 356e93d commit d9e11ff

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

package-support.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"versions": [
3+
{
4+
"version": "*",
5+
"target": {
6+
"node": "active"
7+
},
8+
"response": {
9+
"type": "time-permitting",
10+
"paid": false,
11+
"contact": {
12+
"name": "node-addon-api team",
13+
"url": "https://github.com/nodejs/node-addon-api/issues"
14+
}
15+
},
16+
"backing": [ { "project": "https://github.com/nodejs" },
17+
{ "foundation": "https://openjsf.org/" }
18+
]
19+
}
20+
]
21+
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,5 +307,6 @@
307307
"lint:fix": "git-clang-format"
308308
},
309309
"pre-commit": "lint",
310-
"version": "3.0.2"
310+
"version": "3.0.2",
311+
"support": true
311312
}

0 commit comments

Comments
 (0)