Skip to content

Commit

Permalink
Merge pull request #34 from Baune8D/fix-node16-types
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream authored Sep 6, 2022
2 parents c6dab64 + 9c16e93 commit e9fe1b1
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 @@ -9,7 +9,8 @@
"types": "@type/index.d.ts",
"exports": {
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js"
"require": "./lib/cjs/index.js",
"types": "./@type/index.d.ts"
},
"engines": {
"node": ">= 12.4"
Expand Down

0 comments on commit e9fe1b1

Please # to comment.