Skip to content

Commit

Permalink
fix: use full URL for git
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Apr 4, 2017
1 parent d6379a4 commit 3a3b337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"update-tweets": "ts-node ./scripts/update-tweets"
},
"private": true,
"repository": "git@github.com:jessepinho/trumpymctweetface.com.git",
"repository": "https://github.com/jessepinho/trumpymctweetface.com.git",
"dependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
Expand Down

0 comments on commit 3a3b337

Please sign in to comment.