From 119279c4df3d89bcede119afb9c7c172b84d0f91 Mon Sep 17 00:00:00 2001 From: Ben Monro Date: Thu, 9 May 2019 12:10:18 -0700 Subject: [PATCH] fix: added git repo to package --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a561dfc..5f5eca7 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,9 @@ "description": "Simple and complete Svelte testing utilities that encourage good testing practices.", "main": "dist/index.js", "repository": { - "type" : "git", - "url" : "https://github.com/testing-library/svelte-testing-library" - } + "type": "git", + "url": "https://github.com/testing-library/svelte-testing-library" + }, "devDependencies": { "babel-jest": "^24.7.1", "deasync": "^0.1.14",