Skip to content

Commit 5f44f59

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: package.json

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "0.0.0-semantically-released",
44
"description": "Simple and complete Svelte testing utilities that encourage good testing practices.",
55
"main": "dist/index.js",
6+
"repository": {
7+
"type" : "git",
8+
"url" : "https://github.com/testing-library/svelte-testing-library"
9+
}
610
"devDependencies": {
711
"babel-jest": "^24.7.1",
812
"deasync": "^0.1.14",

0 commit comments

Comments
 (0)