Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 964c3c5

Browse files
disambiguatorclaus
authored andcommitted
Specify directory for types
Without this, TypeScript will not be able to find the definition.
1 parent 5f58712 commit 964c3c5

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
@@ -7,7 +7,7 @@
77
"module": "dist/index.es.js",
88
"jsnext:main": "dist/index.es.js",
99
"style": "dist/index.css",
10-
"types": "index.d.ts",
10+
"types": "dist/index.d.ts",
1111
"author": "Claus Wahlers <[email protected]> (https://github.com/claus)",
1212
"contributors": [
1313
{

0 commit comments

Comments
 (0)