Skip to content

Commit

Permalink
fix: Typo in package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Oct 23, 2022
1 parent f899e14 commit cbf98b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
}
},
"main": "dist/index.node.js",
"module": "dist/index.node.es6.js",
"module": "dist/index.node.es6.mjs",
"browser": "dist/index.js",
"unpkg": "dist/index.min.js",
"jsdelivr": "dist/index.min.js",
Expand Down Expand Up @@ -132,4 +132,4 @@
"url": "https://github.com/hpcc-systems/hpcc-js-wasm/issues"
},
"homepage": "https://github.com/hpcc-systems/hpcc-js-wasm#readme"
}
}

0 comments on commit cbf98b0

Please sign in to comment.