Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #93 from ftlabs/fix-unauthorised-git-protocol
Browse files Browse the repository at this point in the history
AT-5109 Fix unauthorised git protocol
  • Loading branch information
CLTPayne authored Mar 1, 2022
2 parents 68cc03d + 63702dc commit 2e65ab8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"prepublish": "grunt"
},
"dependencies": {
"evt": "git://github.com/wilsonpage/evt.git",
"extend": "git://github.com/wilsonpage/extend.git",
"model": "git://github.com/wilsonpage/model.git",
"utils": "git://github.com/wilsonpage/utils.git"
"evt": "github:wilsonpage/evt",
"extend": "github:wilsonpage/extend",
"model": "github:financial-times/ft-app-model",
"utils": "github:wilsonpage/utils"
},
"devDependencies": {
"backbone": "^1.2.0",
Expand Down

0 comments on commit 2e65ab8

Please sign in to comment.