mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 01:02:08 +01:00
Use lower case for Node.js package name (#3792)
This commit is contained in:
parent
e8122263dc
commit
8a33bda653
2 changed files with 2 additions and 2 deletions
2
Makefile
2
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:
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue