From 8a33bda65319703b2978bb3698711558fc6e97b4 Mon Sep 17 00:00:00 2001 From: Manish Jethani Date: Sun, 1 Aug 2021 14:52:57 +0530 Subject: [PATCH] Use lower case for Node.js package name (#3792) --- Makefile | 2 +- platform/nodejs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index be78a1afa..9c3661d84 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ install-nodejs: dist/build/uBlock0.nodejs.tgz # Uninstall the Node.js package. uninstall-nodejs: - npm uninstall uBO-snfe --no-save + npm uninstall ubo-snfe --no-save # Update submodules. update-submodules: diff --git a/platform/nodejs/package.json b/platform/nodejs/package.json index 37dbc7755..e05dd4be5 100644 --- a/platform/nodejs/package.json +++ b/platform/nodejs/package.json @@ -1,5 +1,5 @@ { - "name": "uBO-snfe", + "name": "ubo-snfe", "version": "0.1.0", "description": "To create a working instance of uBlock's static network filtering engine", "type": "module",