We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356e93d commit d9e11ffCopy full SHA for d9e11ff
package-support.json
@@ -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
@@ -307,5 +307,6 @@
307
"lint:fix": "git-clang-format"
308
},
309
"pre-commit": "lint",
310
- "version": "3.0.2"
+ "version": "3.0.2",
311
+ "support": true
312
}
0 commit comments