Skip to content

Commit

Permalink
Add package support info (#1477)
Browse files Browse the repository at this point in the history
* 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`
  • Loading branch information
shadowspawn committed Mar 5, 2021
1 parent e12ea2e commit b9ffe09
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
16 changes: 16 additions & 0 deletions package-support.json
@@ -0,0 +1,16 @@
{
"versions": [
{
"version": "*",
"target": {
"node": "supported"
},
"response": {
"type": "time-permitting"
},
"backing": {
"npm-funding": true
}
}
]
}
6 changes: 4 additions & 2 deletions package.json
Expand Up @@ -31,7 +31,8 @@
"files": [
"index.js",
"esm.mjs",
"typings/index.d.ts"
"typings/index.d.ts",
"package-support.json"
],
"type": "commonjs",
"dependencies": {},
Expand Down Expand Up @@ -62,5 +63,6 @@
},
"engines": {
"node": ">= 10"
}
},
"support": true
}

0 comments on commit b9ffe09

Please sign in to comment.