mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
removed JSON trailing comma (#2364)
This commit is contained in:
@@ -61,7 +61,7 @@ Bun can also execute `"scripts"` from your `package.json`. Add the following scr
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
+ "scripts": {
|
||||
+ "start": "bun run index.ts",
|
||||
+ "start": "bun run index.ts"
|
||||
+ },
|
||||
"devDependencies": {
|
||||
"bun-types": "^0.4.0"
|
||||
|
||||
Reference in New Issue
Block a user