diff --git a/package.json b/package.json index d805f4f5..b24a941d 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,12 @@ "license": "MIT", "repository": "tannerlinsley/react-virtual", "homepage": "https://github.com/tannerlinsley/react-virtual#readme", + "support": { + "backing": "npm-funding" + }, + "funding": [ + "https://github.com/sponsors/tannerlinsley" + ], "main": "index.js", "module": "dist/react-virtual.mjs", "types": "types", @@ -27,7 +33,6 @@ "doctoc": "npx doctoc --maxlevel 2 README.md", "jump2header": "npx @strdr4605/jump2header --header 'documentation' --start 'Installation' -e 2 --silent -l 2", "stats": "open ./stats.html", - "postinstall": "node ./scripts/postinstall.js || exit 0", "dtslint": "dtslint types" }, "files": [ diff --git a/scripts/postinstall.js b/scripts/postinstall.js deleted file mode 100644 index 8059f03c..00000000 --- a/scripts/postinstall.js +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env node - -var msg = ` -👩‍💻 Use react-virtual at work? -🎉 Consider sponsoring/supporting its development at: - - https://github.com/sponsors/tannerlinsley -` - -console.log(msg)