From f1106acf4b52dbf9378cb6cf4065c67a7b12d7b3 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Mon, 2 Aug 2021 08:08:43 -0400 Subject: [PATCH] Rename nodejs package Related discussion: - https://github.com/uBlockOrigin/uBlock-issues/issues/1664#issuecomment-890834827 --- platform/nodejs/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/nodejs/package.json b/platform/nodejs/package.json index 4339f7ea1..9c9b5591a 100644 --- a/platform/nodejs/package.json +++ b/platform/nodejs/package.json @@ -1,7 +1,7 @@ { - "name": "ubo-snfe", + "name": "@gorhill/ubo-core", "version": "0.1.0", - "description": "To create a working instance of uBlock's static network filtering engine", + "description": "To create a working instance of uBlock Origin's static network filtering engine", "type": "module", "main": "main.js", "scripts": {