Skip to content

Commit e1ca11e

Browse files
committed
Correct location for TypeScript typings
1 parent e9f3f26 commit e1ca11e

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.1.3",
44
"description": "Polyfill for the proposed React context API",
55
"main": "lib/index.js",
6-
"typings": "src/index.d.ts",
6+
"typings": "lib/index.d.ts",
77
"repository": "https://github.com/thejameskyle/create-react-context",
88
"author": "James Kyle <me@thejameskyle.com>",
99
"license": "MIT",

0 commit comments

Comments
 (0)