Skip to content

Commit 119279c

Browse files
author
Ben Monro
committed
fix: added git repo to package
1 parent 5f44f59 commit 119279c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
55
"main": "dist/index.js",
66
"repository": {
7-
"type" : "git",
8-
"url" : "https://github.com/testing-library/svelte-testing-library"
9-
}
7+
"type": "git",
8+
"url": "https://github.com/testing-library/svelte-testing-library"
9+
},
1010
"devDependencies": {
1111
"babel-jest": "^24.7.1",
1212
"deasync": "^0.1.14",

0 commit comments

Comments
 (0)