Skip to content

Commit

Permalink
Update dnt.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ConProgramming authored Feb 10, 2023
1 parent 9478d0b commit e5288f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ await build({
},
homepage: `https://github.com/${denoconfig.package.github}#readme`,
license: "MIT",
main: "./script/mod.js",
main: "./esm/mod.js",
types: "./types/mod.d.ts",
exports: {
".": {
"import": "./esm/mod.js",
"require": "./script/mod.js",
},
"./package.json": "./package.json",
},
Expand Down

0 comments on commit e5288f5

Please sign in to comment.