Skip to content

Commit

Permalink
fixed types location
Browse files Browse the repository at this point in the history
  • Loading branch information
dcavanagh committed Oct 15, 2021
1 parent adaa6ea commit 7394bb3
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 @@
"main": "lib/index.js",
"jsnext:main": "es/index.js",
"module": "es/index.js",
"types": "./dts/index.d.ts",
"types": "./lib/index.d.ts",
"scripts": {
"build": "npm run build:lib && npm run build:es && npm run build:es6",
"build:lib": "tsc -p src/tsconfig.json",
Expand Down

0 comments on commit 7394bb3

Please sign in to comment.