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",