Skip to content

Commit 95af790

Browse files
committed
chore: unify paths exports
1 parent 161bdc0 commit 95af790

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": "Nico Rehwaldt <git_nikku@nixis.de>",
66
"license": "MIT",
77
"type": "module",
8-
"source": "src/index.ts",
9-
"types": "dist/index.d.ts",
8+
"source": "./src/index.ts",
9+
"types": "./dist/index.d.ts",
1010
"main": "./dist/index.js",
1111
"exports": {
1212
".": "./dist/index.js",

0 commit comments

Comments
 (0)