Skip to content

Commit 408db63

Browse files
committedMar 12, 2021
Move types
1 parent 44ad9cd commit 408db63

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 

‎src/index.d.ts ‎index.d.ts

File renamed without changes.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "11.8.9",
44
"description": "Internationalization for react done right. Using the i18next i18n ecosystem.",
55
"main": "dist/commonjs/index.js",
6-
"types": "src/index.d.ts",
6+
"types": "./index.d.ts",
77
"typesVersions": {
88
">=4.1": {
99
"*": [
10-
"src/ts4.1/index.d.ts"
10+
"ts4.1/*"
1111
]
1212
}
1313
},
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.