Skip to content

Commit

Permalink
Merge pull request #13 from restify/stop-using-git-urls
Browse files Browse the repository at this point in the history
Stop using git urls for restify and restify-errors
  • Loading branch information
micahr committed Oct 14, 2015
2 parents 1396410 + 28985f1 commit c74564a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"nock": "^2.10.0",
"restify": "git+https://git@github.com/restify/node-restify.git#master"
"restify": "^4.0.3"
},
"dependencies": {
"assert-plus": "^0.1.5",
Expand All @@ -63,7 +63,7 @@
"mime": "^1.3.4",
"node-uuid": "^1.4.3",
"once": "^1.3.2",
"restify-errors": "git+https://git@github.com/restify/errors.git#master",
"restify-errors": "^3.0.0",
"semver": "^5.0.1",
"tunnel-agent": "^0.4.0"
}
Expand Down

0 comments on commit c74564a

Please sign in to comment.