Skip to content

Commit

Permalink
fix: Replace postinstall with official funding tools (#78)
Browse files Browse the repository at this point in the history
* Remove postinstall

* Remove postinstall file

* Add funding field to package json
  • Loading branch information
crubier authored Nov 17, 2020
1 parent 1224be8 commit e7308b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": [
Expand Down
10 changes: 0 additions & 10 deletions scripts/postinstall.js

This file was deleted.

0 comments on commit e7308b6

Please sign in to comment.