Skip to content

Commit

Permalink
fix cjs enties
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Nov 18, 2023
1 parent d570050 commit f3ae26c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/node-opcua-crypto-test/test-esm/test_esm.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ try {
} catch (err) {
console.log(err.message);
}
console.log("OK");
4 changes: 2 additions & 2 deletions packages/node-opcua-crypto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "node-opcua-crypto",
"version": "4.6.0",
"description": "Crypto tools for Node-OPCUA",
"types": "./dist-types/index.d.ts",
"main": "./dist-esm/index.js",
"types": "./dist-cjs/index.d.ts",
"main": "./dist-cjs/index.js",
"exports": {
".": {
"types": "./dist-types/index.d.ts",
Expand Down

0 comments on commit f3ae26c

Please sign in to comment.