From 4cfeabbea18136f23f03c1c4aca56c4e7f1602c2 Mon Sep 17 00:00:00 2001 From: Mindgamesnl Date: Sat, 12 Oct 2019 20:57:14 +0200 Subject: [PATCH] A free comma got included from my package.json Ill take it home --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e0505a..f16a4f6 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,6 @@ "mock-knex": "^0.4.6", "nyc": "^14.1.1", "standard": "^13.1.0", - "bookshelf-virtuals-plugin": "^0.1.1", + "bookshelf-virtuals-plugin": "^0.1.1" } }