Skip to content

Commit

Permalink
Merge pull request #9 from emyann/fix/types-typo
Browse files Browse the repository at this point in the history
fix: types path typo
  • Loading branch information
emyann authored Feb 4, 2020
2 parents ef16451 + 54a3284 commit 98eee0d
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 @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "",
"main": "./dist/typescript-generic-datastructures.js",
"types": "./dist/types/index.ts",
"types": "./dist/types/index.d.ts",
"files": [
"dist"
],
Expand Down

0 comments on commit 98eee0d

Please sign in to comment.