Skip to content

Commit

Permalink
Merge pull request #20 from trathschlag/add-repo-to-package-json
Browse files Browse the repository at this point in the history
Add repository to package.json
  • Loading branch information
alexreardon committed Dec 10, 2018
2 parents f91eabd + 0f531e5 commit 76df9af
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 @@ -14,6 +14,10 @@
"/src"
],
"author": "Alex Reardon <alexreardon@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/alexreardon/tiny-invariant.git"
},
"license": "MIT",
"scripts": {
"test": "yarn jest",
Expand Down

0 comments on commit 76df9af

Please sign in to comment.