Skip to content

Commit

Permalink
🐛 Bug FIX: Updated "types" directory
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 [segmentio#111](segmentio#111).

kudos to my colleague @mrseanbaines who noticed the path was wrong.
  • Loading branch information
kilinkis committed Nov 20, 2020
1 parent e63972c commit a945ff6
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 a945ff6

Please sign in to comment.