Skip to content

Commit

Permalink
TOOLS-2525 Everything needs to stop cloning with git:// URLs (#38)
Browse files Browse the repository at this point in the history
Reviewed by: Dan McDonald <danmcd@kebe.com>
Reviewed by: Michael Zeller
  • Loading branch information
bahamat committed Nov 2, 2021
1 parent 4bd12bd commit 07ad96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,6 +1,6 @@
[submodule "deps/javascriptlint"]
path = deps/javascriptlint
url = git://github.com/davepacheco/javascriptlint.git
url = https://github.com/davepacheco/javascriptlint.git
[submodule "deps/jsstyle"]
path = deps/jsstyle
url = https://github.com/joyent/jsstyle.git
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "docker-registry-client",
"version": "3.3.0",
"version": "3.3.1",
"description": "node.js client for the Docker Registry API",
"author": "Joyent (joyent.com)",
"main": "./lib/index.js",
Expand Down

0 comments on commit 07ad96f

Please sign in to comment.