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 4238f58 commit 5f44f59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"version": "0.0.0-semantically-released",
"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"
}
"devDependencies": {
"babel-jest": "^24.7.1",
"deasync": "^0.1.14",
Expand Down

0 comments on commit 5f44f59

Please sign in to comment.