Skip to content

Commit

Permalink
TOOLS-2525 Everything needs to stop cloning with git:// URLs (depende…
Browse files Browse the repository at this point in the history
…ncies) (#5)

Reviewed by: Dan McDonald <danmcd@kebe.com>
  • Loading branch information
bahamat committed Mar 27, 2022
1 parent f989722 commit bedd6fe
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
@@ -1,9 +1,9 @@
[submodule "deps/restdown"]
path = deps/restdown
url = https://github.com/trentm/restdown.git
url = https://github.com/joyent/restdown.git
[submodule "deps/javascriptlint"]
path = deps/javascriptlint
url = https://github.com/davepacheco/javascriptlint.git
url = https://github.com/joyent/javascriptlint.git

[submodule "deps/jsstyle"]
path = deps/jsstyle
Expand Down
2 changes: 1 addition & 1 deletion deps/javascriptlint
2 changes: 1 addition & 1 deletion deps/restdown
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "keyapi",
"description": "SmartDataCenter token API",
"version": "1.1.1",
"version": "1.1.2",
"author": "Joyent (joyent.com)",
"private": true,
"engines": {
Expand All @@ -17,7 +17,7 @@
"assert-plus": "1.0.0",
"retry": "0.6.0",
"ufds": "1.6.1",
"sdc-securetoken": "git+https://github.com/joyent/sdc-securetoken.git#8b0e1768681eb9051b5e9523b4e03cc2fd905330",
"sdc-securetoken": "git+https://github.com/joyent/sdc-securetoken.git#8f1e188a565e9b33136217802f01a63d772ba801",
"uuid": "~3.4.0"
},
"devDependencies": {
Expand Down

0 comments on commit bedd6fe

Please sign in to comment.