Skip to content

Commit e12c6cb

Browse files
author
Josh Forisha
committed
Update main module files
1 parent 0b5a0d7 commit e12c6cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@
2424
"files": [
2525
"lib/"
2626
],
27-
"main": "lib/main.js",
28-
"module": "lib/main.mod.js",
29-
"types": "lib/main.d.ts",
27+
"main": "lib/mod.js",
28+
"types": "lib/mod.d.ts",
3029
"scripts": {
3130
"compile": "tsc && denoify",
3231
"test": "tsc --noEmit && deno test deno_lib",

0 commit comments

Comments
 (0)