Skip to content

Commit 30eb76e

Browse files
committed
Fix JSON syntax error in package.json - remove trailing comma
1 parent 2f390e7 commit 30eb76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vuu-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"pub:debug": "node ./scripts/publish.mjs --debug",
5252
"typecheck": "tsc --noEmit --project tsconfig-typecheck.json",
5353
"patch-package": "patch-package",
54-
"postinstall": "npm run patch-package",
54+
"postinstall": "npm run patch-package"
5555
},
5656
"dependencies": {
5757
"@dnd-kit/react": "^0.1.19",

0 commit comments

Comments
 (0)