We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea53194 commit 7e31a87Copy full SHA for 7e31a87
package-support.json
@@ -0,0 +1,22 @@
1
+{
2
+ "versions": [
3
+ {
4
+ "version": "*",
5
+ "target": {
6
+ "node": "lts_active"
7
+ },
8
+ "response": {
9
+ "type": "time-permitting",
10
+ "paid": false,
11
+ "contact": {
12
+ "name": "Package Maintenance Working Group",
13
+ "url": "https://github.com/pkgjs/wiby/issues"
14
+ }
15
16
+ "backing": [
17
+ { "project": "https://github.com/nodejs" },
18
+ { "foundation": "https://openjsf.org/" }
19
+ ]
20
21
22
+}
package.json
@@ -42,5 +42,6 @@
42
"mocha": "^6.2.2",
43
"standard": "^14.3.1",
44
"standard-version": "^9.0.0"
45
- }
46
+ "support": true
47
}
0 commit comments