From c6a86b1f65099b66a73320907540169ac3f22918 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Wed, 23 Jun 2021 18:55:18 +0100 Subject: [PATCH] Remove invalid nim-ws package Refs #1942 --- packages.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/packages.json b/packages.json index 423b69b..28e89bd 100644 --- a/packages.json +++ b/packages.json @@ -23027,19 +23027,5 @@ "description": "NWSync Repository Management utilities", "license": "MIT", "web": "https://github.com/Beamdog/nwsync" - }, - { - "name": "nim-ws", - "url": "https://github.com/status-im/nim-ws", - "method": "git", - "tags": [ - "websocket", - "server", - "client", - "query language" - ], - "description": "An implementation of Websocket protocol for Nim", - "license": "Apache License 2.0", - "web": "https://github.com/status-im/nim-ws" } ]