Skip to content

Commit 0c85ae5

Browse files
Fix extra comma
1 parent e0a8383 commit 0c85ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"graphql": "^15.5.3",
1919
"microtime": "^3.0.0",
2020
"ts-jest": "^26.5.4",
21-
"ts-node-dev": "^2.0.0",
21+
"ts-node-dev": "^2.0.0"
2222
},
2323
"scripts": {
2424
"gitpod-prepare": "(yes | sudo apt install screen); (yes | sudo apt install rsync); (yes | sudo apt install net-tools); screen -S docker -d -m sudo docker-up",

0 commit comments

Comments
 (0)