Skip to content

Commit b9ffe09

Browse files
authored
Add package support info (#1477)
* Add package support info * Switch back to lts to match README * Remove tj as not active in support role. Still listed in FUNDING. * Switch back to targetting 'supported' * Switch backing to `npm_funding`
1 parent e12ea2e commit b9ffe09

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

package-support.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"versions": [
3+
{
4+
"version": "*",
5+
"target": {
6+
"node": "supported"
7+
},
8+
"response": {
9+
"type": "time-permitting"
10+
},
11+
"backing": {
12+
"npm-funding": true
13+
}
14+
}
15+
]
16+
}

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"files": [
3232
"index.js",
3333
"esm.mjs",
34-
"typings/index.d.ts"
34+
"typings/index.d.ts",
35+
"package-support.json"
3536
],
3637
"type": "commonjs",
3738
"dependencies": {},
@@ -62,5 +63,6 @@
6263
},
6364
"engines": {
6465
"node": ">= 10"
65-
}
66+
},
67+
"support": true
6668
}

0 commit comments

Comments
 (0)