Skip to content

Commit

Permalink
Define exported module in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Jun 2, 2024
1 parent 770bc82 commit aeedbb2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions off-chain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aiken-lang/merkle-patricia-forestry",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"repository": "https://github.com/aiken-lang/merkle-patricia-forestry.git ",
"author": "KtorZ <matthias.benkort@gmail.com>",
Expand All @@ -15,7 +15,8 @@
"cardano"
],
"type": "module",
"main": "lib/index.mjs",
"module": "./lib/index.js",
"exports": "./lib/index.js",
"license": "MPL-2.0",
"scripts": {
"test": "ava",
Expand Down

0 comments on commit aeedbb2

Please sign in to comment.