Skip to content

Commit

Permalink
fix trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
boristane committed May 15, 2023
1 parent 1b718cf commit 7c206db
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 @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc --build",
"build": "rm -rf dist && tsc --build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 7c206db

Please sign in to comment.