Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
🐛 Bug FIX: Updated "types" directory (#126)
Browse files Browse the repository at this point in the history
There is no `src` directory under the `types` directory, so the declarations were failing.
This PR points to the correct file.

Related to [#111](#111).

kudos to my colleague @mrseanbaines who noticed the path was wrong.

Co-authored-by: Shane L. Duvall <shane@northtwofive.com>
  • Loading branch information
kilinkis and nd4p90x authored Sep 9, 2021
1 parent 749a50d commit 5b37a04
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 @@ -12,7 +12,7 @@
"license": "MIT",
"main": "commonjs/index.js",
"module": "esm/index.js",
"types": "types/src/index.d.ts",
"types": "types/index.d.ts",
"sideEffects": false,
"files": [
"commonjs",
Expand Down

0 comments on commit 5b37a04

Please sign in to comment.