From d3ff0071f3d8705ea2ef24bb1c5b9c835f59e942 Mon Sep 17 00:00:00 2001 From: Brian Bennett Date: Wed, 3 Nov 2021 17:44:46 -0700 Subject: [PATCH] TOOLS-2525 Everything needs to stop cloning with git:// URLs (#62) Reviewed by: Dan McDonald Reviewed by: Michael Zeller --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 72d02f2..6c5b918 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bunyan-syslog", "description": "Syslog Stream for Bunyan", - "version": "0.3.3", + "version": "0.3.4", "author": "Mark Cavage", "license": "MIT", "main": "./lib/index.js", @@ -11,7 +11,7 @@ ], "repository": { "type": "git", - "url": "git://github.com/joyent/node-bunyan-syslog.git" + "url": "https://github.com/joyent/node-bunyan-syslog.git" }, "bugs": { "url": "https://github.com/joyent/node-bunyan-syslog/issues"