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

Commit

Permalink
Specify directory for types
Browse files Browse the repository at this point in the history
Without this, TypeScript will not be able to find the definition.
  • Loading branch information
disambiguator authored and claus committed Apr 9, 2020
1 parent 5f58712 commit 964c3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"style": "dist/index.css",
"types": "index.d.ts",
"types": "dist/index.d.ts",
"author": "Claus Wahlers <[email protected]> (https://github.com/claus)",
"contributors": [
{
Expand Down

0 comments on commit 964c3c5

Please sign in to comment.