Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #32 from azuqua/maxcutler/restjs-protocol
Browse files Browse the repository at this point in the history
Update restjs dependency to use git+ssh protocol
  • Loading branch information
maxcutler-okta authored Nov 2, 2021
2 parents 8ee50be + 451f548 commit b8ab0ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"async": "~0.2.10",
"underscore": "^1.12.1",
"bluebird": "~1.1.1",
"restjs": "git://github.com/azuqua/restjs.git"
"restjs": "git+ssh://git@github.com:azuqua/restjs#v0.1.0"
},
"devDependencies": {
"chai": "*",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1161,9 +1161,9 @@ resolve@^1.19.0, resolve@^1.9.0:
is-core-module "^2.2.0"
path-parse "^1.0.6"

"restjs@git://github.com/azuqua/restjs.git":
"restjs@git+ssh://git@github.com:azuqua/restjs#v0.1.0":
version "0.1.0"
resolved "git://github.com/azuqua/restjs.git#2536a38bda4271d9edd11392070cf9bed8c75ae4"
resolved "git+ssh://git@github.com:azuqua/restjs#2536a38bda4271d9edd11392070cf9bed8c75ae4"
dependencies:
async "0.2.10"
qs "^6.0.0"
Expand Down

0 comments on commit b8ab0ec

Please sign in to comment.