Skip to content

Commit ca20ba3

Browse files
committed
[meta] add support info
1 parent 86aa553 commit ca20ba3

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

package-support.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"versions": [
3+
{
4+
"version": "*",
5+
"target": {
6+
"node": "all"
7+
},
8+
"response": {
9+
"type": "time-permitting"
10+
},
11+
"backing": {
12+
"npm-funding": true,
13+
"donations": [
14+
"https://github.com/ljharb",
15+
"https://tidelift.com/funding/github/npm/object-inspect"
16+
]
17+
}
18+
}
19+
]
20+
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,6 @@
8989
".github/workflows",
9090
"./test-core-js.js"
9191
]
92-
}
92+
},
93+
"support": true
9394
}

0 commit comments

Comments
 (0)