From 511aefece49ee38c6fcca19d230c115fbfeaefd8 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 6 Sep 2023 16:18:08 +0200 Subject: [PATCH] [pkg] Silence npm warning --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b1b287efc..ee94cb68c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,10 @@ ], "homepage": "https://github.com/websockets/ws", "bugs": "https://github.com/websockets/ws/issues", - "repository": "websockets/ws", + "repository": { + "type": "git", + "url": "git+https://github.com/websockets/ws.git" + }, "author": "Einar Otto Stangvik (http://2x.io)", "license": "MIT", "main": "index.js",