Skip to content

Commit 82891c7

Browse files
committed
fix(package.json): use cjs by default in package.json
1 parent 04abbcb commit 82891c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/packages/x402/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.6.1",
44
"main": "./dist/cjs/index.js",
55
"module": "./dist/esm/index.js",
6-
"types": "./dist/esm/index.d.ts",
6+
"types": "./dist/cjs/index.d.ts",
77
"scripts": {
88
"start": "tsx --env-file=.env index.ts",
99
"build": "tsup",

0 commit comments

Comments
 (0)