Skip to content

Commit

Permalink
fix(typescript): changed root location of types relative to main
Browse files Browse the repository at this point in the history
…index.js to fix import autocomplete (#452)
  • Loading branch information
ilovett authored May 5, 2020
1 parent d99bfa7 commit e72d84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"repository": "tannerlinsley/react-query",
"homepage": "https://github.com/tannerlinsley/react-query#readme",
"main": "index.js",
"types": "types/index.d.ts",
"module": "dist/react-query.mjs",
"types": "types",
"sideEffects": false,
"scripts": {
"test": "is-ci \"test:ci\" \"test:dev\"",
Expand Down

0 comments on commit e72d84f

Please sign in to comment.