remove trailaing comma in package file

This commit is contained in:
Triston Armstrong 2023-12-23 21:33:06 -06:00
parent 44aa86d5cd
commit 324f120312

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "rm -rf graph-data.json && next dev ",
"build": "rm -rf graph-data.json && next build",
"start": "next start",
"start": "next start"
},
"dependencies": {
"@emotion/cache": "latest",