Skip to content

Commit 661274b

Browse files
committed
Adds typescript file to npm files list.
1 parent a807749 commit 661274b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Create Components that resolve asynchronously, with support for server side rendering and code splitting.",
66
"license": "MIT",
77
"main": "commonjs/index.js",
8-
"files": ["*.js", "*.md", "umd", "commonjs"],
8+
"files": ["index.d.ts", "*.js", "*.md", "umd", "commonjs"],
99
"typings": "./index.d.ts",
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)