We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17c70cb commit 11b1882Copy full SHA for 11b1882
package.json
@@ -3,7 +3,7 @@
3
"version": "4.0.0-beta.2",
4
"description": "Decode JWT tokens, mostly useful for browser applications.",
5
"type": "module",
6
- "main": "dist/cjs/index.js",
+ "main": "build/cjs/index.js",
7
"module": "build/esm/index.js",
8
"types": "build/cjs/index.d.ts",
9
"exports": {
0 commit comments