Skip to content

Commit

Permalink
Merge pull request #36 from aulneau/patch-1
Browse files Browse the repository at this point in the history
fix: types not correctly defined in package.json
  • Loading branch information
paulmillr authored Dec 11, 2021
2 parents 57cdd6d + 79c5384 commit 34dc3da
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 @@ -5,7 +5,7 @@
"files": [
"lib"
],
"types": "index.d.ts",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc -d && tsc -p tsconfig.esm.json",
"build-release": "rollup -c rollup.config.js",
Expand Down

0 comments on commit 34dc3da

Please sign in to comment.