Skip to content

Commit

Permalink
fix: added git repo to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Monro committed May 9, 2019
1 parent 5f44f59 commit 119279c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 119279c

Please sign in to comment.