Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
zigomir committed Apr 23, 2023
1 parent 1c2b7ab commit 3f7eca0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@
"homepage": "https://github.com/zigomir/cntdys",
"author": "Ziga Vidic <[email protected]> (https://ziga.dev/)",
"license": "MIT",
"module": "./dist/main.js",
"types": "./dist/src/types.d.ts",
"files": [
"dist/"
],
"type": "module",
"exports": {
"import": "./dist/main.js"
".": {
"types": "./dist/src/types.d.ts",
"import": "./dist/main.js"
}
},
"scripts": {
"test": "tsc && node build/test/main.test.js",
Expand Down

0 comments on commit 3f7eca0

Please sign in to comment.