1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00
This commit is contained in:
Raymond Hill 2021-08-05 14:36:13 -04:00
parent 05f0e04c07
commit 5eb99a4dd6
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@gorhill/ubo-core",
"version": "0.1.2",
"version": "0.1.3",
"description": "To create a working instance of uBlock Origin's static network filtering engine",
"type": "module",
"main": "index.js",

View File

@ -54,7 +54,7 @@ node -pe "JSON.stringify(fs.readFileSync('$THIRDPARTY/easyprivacy.txt', 'utf8'))
cp platform/nodejs/*.js $DES/
cp platform/nodejs/*.json $DES/
cp platform/nodejs/README $DES/
cp platform/nodejs/README.md $DES/
cp LICENSE.txt $DES/
if [ "$1" = all ]; then