We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae9587 commit 9c3138cCopy full SHA for 9c3138c
package.json
@@ -27,7 +27,7 @@
27
"url": "git+https://github.com/passageidentity/passage-flex-node.git"
28
},
29
"license": "MIT",
30
- "type": "commonjs",
+ "type": "module",
31
"main": "./dist/index.js",
32
"module": "./dist/index.mjs",
33
"types": "./dist/index.d.ts",
@@ -57,7 +57,7 @@
57
"dev": "ts-node-dev --respawn testServer.ts",
58
"test": "jest",
59
"test:watch": "jest --watch",
60
- "build": "tsc --noEmit & tsup ./src/index.ts --no-config --format esm,cjs --dts-resolve --minify",
+ "build": "tsc --noEmit & tsup ./src/index.ts --no-config --format esm --dts-resolve --minify",
61
"change": "beachball change",
62
"publish": "beachball publish -y",
63
"beachball-bump": "beachball bump",
0 commit comments