From 07ad96f0af38d9118be845cd4bfe50c2425f1b90 Mon Sep 17 00:00:00 2001 From: Brian Bennett Date: Tue, 2 Nov 2021 13:47:00 -0700 Subject: [PATCH] TOOLS-2525 Everything needs to stop cloning with git:// URLs (#38) Reviewed by: Dan McDonald Reviewed by: Michael Zeller --- .gitmodules | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index da3ef7d..1c1c831 100644 --- a/.gitmodules +++ b/.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 diff --git a/package.json b/package.json index 8b04fef..f860f5e 100644 --- a/package.json +++ b/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",