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 4cdcd18 commit e4efc39Copy full SHA for e4efc39
package.json
@@ -6,6 +6,10 @@
6
"license": "MIT",
7
"repository": "tannerlinsley/react-query",
8
"homepage": "https://github.com/tannerlinsley/react-query#readme",
9
+ "funding": {
10
+ "type": "github",
11
+ "url": "https://github.com/sponsors/tannerlinsley"
12
+ },
13
"main": "index.js",
14
"types": "types/index.d.ts",
15
"module": "dist/react-query.mjs",
@@ -27,7 +31,6 @@
27
31
"doctoc": "npx doctoc --maxlevel 2 README.md",
28
32
"jump2header": "npx @strdr4605/jump2header --header 'documentation' --start 'Installation' -e 2 --silent -l 2",
29
33
"stats": "open ./stats.html",
30
- "postinstall": "node ./scripts/postinstall.js || exit 0",
34
"dtslint": "dtslint types"
35
},
36
"release": {
scripts/postinstall.js
0 commit comments