Skip to content

Commit

Permalink
[meta] add support info
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 26, 2022
1 parent 86aa553 commit ca20ba3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
20 changes: 20 additions & 0 deletions package-support.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"versions": [
{
"version": "*",
"target": {
"node": "all"
},
"response": {
"type": "time-permitting"
},
"backing": {
"npm-funding": true,
"donations": [
"https://github.com/ljharb",
"https://tidelift.com/funding/github/npm/object-inspect"
]
}
}
]
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,6 @@
".github/workflows",
"./test-core-js.js"
]
}
},
"support": true
}

0 comments on commit ca20ba3

Please sign in to comment.