Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOOLS-2525 Everything needs to stop cloning with git:// URLs (dependencies) #5

Merged
merged 1 commit into from Mar 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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