Skip to content

Commit

Permalink
Merge pull request #4 from tennox/fix-types-export
Browse files Browse the repository at this point in the history
fix types export for modern style definition
  • Loading branch information
SupertigerDev authored Dec 23, 2023
2 parents c5ae640 + bd486c3 commit aa1006a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"require": "./dist/cjs/index.js"
},
"require": "./dist/cjs/index.js",
"node": "./dist/cjs/index.js"
"node": "./dist/cjs/index.js",
"types": "./dist/types/index.d.ts"
}
},
"scripts": {
Expand Down

0 comments on commit aa1006a

Please sign in to comment.