Skip to content

Commit

Permalink
Move types
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodurek committed Mar 12, 2021
1 parent 44ad9cd commit 408db63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "11.8.9",
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
"main": "dist/commonjs/index.js",
"types": "src/index.d.ts",
"types": "./index.d.ts",
"typesVersions": {
">=4.1": {
"*": [
"src/ts4.1/index.d.ts"
"ts4.1/*"
]
}
},
Expand Down
File renamed without changes.

0 comments on commit 408db63

Please sign in to comment.