We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1224be8 commit e7308b6Copy full SHA for e7308b6
package.json
@@ -6,6 +6,12 @@
6
"license": "MIT",
7
"repository": "tannerlinsley/react-virtual",
8
"homepage": "https://github.com/tannerlinsley/react-virtual#readme",
9
+ "support": {
10
+ "backing": "npm-funding"
11
+ },
12
+ "funding": [
13
+ "https://github.com/sponsors/tannerlinsley"
14
+ ],
15
"main": "index.js",
16
"module": "dist/react-virtual.mjs",
17
"types": "types",
@@ -27,7 +33,6 @@
27
33
"doctoc": "npx doctoc --maxlevel 2 README.md",
28
34
"jump2header": "npx @strdr4605/jump2header --header 'documentation' --start 'Installation' -e 2 --silent -l 2",
29
35
"stats": "open ./stats.html",
30
- "postinstall": "node ./scripts/postinstall.js || exit 0",
31
36
"dtslint": "dtslint types"
32
37
},
38
"files": [
scripts/postinstall.js
0 commit comments