Skip to content

Commit 437297e

Browse files
authored
Update main and types fields in package.json (#119)
1 parent 8843269 commit 437297e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "detsys-ts",
33
"version": "1.0.0",
44
"description": "TypeScript goodies for DetSys projects",
5-
"main": "./dist/index.js",
6-
"types": "./dist/index.d.ts",
5+
"main": "./dist/index.mjs",
6+
"types": "./dist/index.d.mts",
77
"type": "module",
88
"scripts": {
99
"build": "tsdown",

0 commit comments

Comments
 (0)