Skip to content

Commit 61dea71

Browse files
refactor: remove invalid comma from package.json
1 parent 7ead241 commit 61dea71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"node": "./build/esm-debug/index.js",
2828
"default": "./build/esm/index.js"
2929
},
30-
"require": "./build/cjs/index.js",
30+
"require": "./build/cjs/index.js"
3131
}
3232
},
3333
"types": "./build/esm/index.d.ts",

0 commit comments

Comments
 (0)