Skip to content

Commit

Permalink
TOOLS-2525 Everything needs to stop cloning with git:// URLs (#21)
Browse files Browse the repository at this point in the history
Reviewed by: Dan McDonald <danmcd@kebe.com>
  • Loading branch information
bahamat committed Apr 8, 2022
1 parent b176d0b commit ad5d3d7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
url = https://github.com/joyent/jsstyle.git
Expand Down
2 changes: 1 addition & 1 deletion deps/eng
Submodule eng updated from 77c7bb to 377b00
2 changes: 1 addition & 1 deletion deps/javascriptlint
2 changes: 1 addition & 1 deletion deps/manta-scripts
2 changes: 1 addition & 1 deletion deps/restdown
Submodule restdown updated 2 files
+20 −0 CHANGES.md
+40 −18 bin/restdown
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "marlin",
"description": "Client library and tools for Marlin",
"version": "0.1.0",
"version": "0.1.1",
"author": "Joyent (joyent.com)",
"private": true,
"main": "common/lib/marlin.js",
Expand All @@ -21,8 +21,8 @@
"extsprintf": "1.0.1",
"jsprim": "0.5.0",
"lstream": "0.0.3",
"mahi": "2.3.3",
"moray": "3.7.0",
"mahi": "2.4.1",
"moray": "3.8.1",
"node-uuid": "1.4.0",
"posix-getopt": "1.0.0",
"retry": "0.6.0",
Expand Down

0 comments on commit ad5d3d7

Please sign in to comment.