Skip to content

Commit 7e31a87

Browse files
rodion-arrwesleytodd
authored andcommitted
Add support info
1 parent ea53194 commit 7e31a87

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

package-support.json

+22
Original file line numberDiff line numberDiff line change
@@ -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

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
"mocha": "^6.2.2",
4343
"standard": "^14.3.1",
4444
"standard-version": "^9.0.0"
45-
}
45+
},
46+
"support": true
4647
}

0 commit comments

Comments
 (0)