Skip to content

Commit

Permalink
refactor: remove invalid comma from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed May 25, 2023
1 parent 7ead241 commit 61dea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"node": "./build/esm-debug/index.js",
"default": "./build/esm/index.js"
},
"require": "./build/cjs/index.js",
"require": "./build/cjs/index.js"
}
},
"types": "./build/esm/index.d.ts",
Expand Down

0 comments on commit 61dea71

Please sign in to comment.