Skip to content

Commit

Permalink
fix: invalid json in integration test (vercel#3024)
Browse files Browse the repository at this point in the history
I committed some invalid JSON in vercel#3011 as the node linter doesn't run on
json changes. I'll put up another PR fixing that, but I just wanted to
get this out since it's making all PR's that change JS red.
  • Loading branch information
chris-olszewski authored Dec 15, 2022
1 parent 7bcfd96 commit 07204fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "test-turbo-project",
"version" "0.0.1"
"version": "0.0.1"
}

0 comments on commit 07204fe

Please sign in to comment.