Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit 8ca3115

Browse files
committed
chore: fix typings field in package.json
1 parent 0b81240 commit 8ca3115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0-semantically-released",
44
"description": "Simple and complete React Native testing utilities that encourage good testing practices.",
55
"main": "dist/index.js",
6-
"types": "dist/index.d.ts",
6+
"typings": "typings/index.d.ts",
77
"files": [
88
"dist",
99
"typings",

0 commit comments

Comments
 (0)