Skip to content

Commit be444a4

Browse files
committed
Moved typings into own folder
1 parent cb5539f commit be444a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "0.3.6",
44
"description": "Simple component wrapper for testing React hooks",
55
"main": "lib/index.js",
6-
"typings": "./index.d.ts",
6+
"typings": "typings/index.d.ts",
77
"files": [
88
"lib",
99
"src",
10-
"index.d.ts",
10+
"typings",
1111
"README.md",
1212
"LICENSE.md"
1313
],

test/typescript/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"strict": true,
55
"baseUrl": "../../",
66
"paths": {
7-
"react-hooks-testing-library": ["index.d.ts"]
7+
"react-hooks-testing-library": ["typings/index.d.ts"]
88
}
99
}
1010
}
File renamed without changes.

0 commit comments

Comments
 (0)