Skip to content

Commit

Permalink
Removed an extra comma (#9220)
Browse files Browse the repository at this point in the history
The trailing comma is a compile time problem

### Description

<!--
While copying the package.json template you will notice an extra traling
comma leading to a compilation issue
-->

### Testing Instructions

<!--
Copy & paste the package.json in your project
-->
  • Loading branch information
itssidhere authored Oct 4, 2024
1 parent 03a31cd commit 053a460
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Next, create the `package.json` for the package. By adding this file, you'll ful
"./subtract": {
"types": "./src/subtract.ts",
"default": "./dist/subtract.js"
},
}
},
"devDependencies": {
"@repo/typescript-config": "*",
Expand Down

0 comments on commit 053a460

Please sign in to comment.