From 3c18147dea8215e8e0977d56848760214c463b25 Mon Sep 17 00:00:00 2001 From: Caleb Jasik Date: Tue, 5 May 2026 17:43:09 -0500 Subject: [PATCH] Fix some package.json fields --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 32792e6..89790d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,7 @@ { "name": "ipaddr.js", "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.", + "type": "commonjs", "version": "2.4.0", "author": "whitequark ", "directories": { @@ -26,7 +27,10 @@ "ipv4", "ipv6" ], - "repository": "git://github.com/whitequark/ipaddr.js", + "repository": { + "type": "git", + "url": "git+https://github.com/whitequark/ipaddr.js.git" + }, "main": "./lib/ipaddr.js", "engines": { "node": ">= 10"