Skip to content

Commit

Permalink
dev: Tell node we're a proper modern esm package
Browse files Browse the repository at this point in the history
  • Loading branch information
odinho committed Jun 3, 2024
1 parent 53ef400 commit 0245715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "tana-import-tools",
"version": "1.0.0",
"main": "dist/index.js",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"type": "module",
"engines": {
"node": "18"
Expand Down

0 comments on commit 0245715

Please sign in to comment.