Skip to content

Commit

Permalink
Removed an extra comma
Browse files Browse the repository at this point in the history
The trailing comma is a compile time problem
  • Loading branch information
itssidhere authored Oct 3, 2024
1 parent 03a31cd commit da2d280
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 da2d280

Please sign in to comment.