1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Use lower case for Node.js package name (#3792)

This commit is contained in:
Manish Jethani 2021-08-01 14:52:57 +05:30 committed by GitHub
parent e8122263dc
commit 8a33bda653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

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