mirror of https://github.com/gorhill/uBlock.git
...
This commit is contained in:
parent
05f0e04c07
commit
5eb99a4dd6
|
@ -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",
|
||||
|
|
|
@ -52,10 +52,10 @@ node -pe "JSON.stringify(fs.readFileSync('$THIRDPARTY/easylist.txt', 'utf8'))" \
|
|||
node -pe "JSON.stringify(fs.readFileSync('$THIRDPARTY/easyprivacy.txt', 'utf8'))" \
|
||||
> $DES/data/easyprivacy.json
|
||||
|
||||
cp platform/nodejs/*.js $DES/
|
||||
cp platform/nodejs/*.json $DES/
|
||||
cp platform/nodejs/README $DES/
|
||||
cp LICENSE.txt $DES/
|
||||
cp platform/nodejs/*.js $DES/
|
||||
cp platform/nodejs/*.json $DES/
|
||||
cp platform/nodejs/README.md $DES/
|
||||
cp LICENSE.txt $DES/
|
||||
|
||||
if [ "$1" = all ]; then
|
||||
echo "*** uBlock0.nodejs: Creating plain package..."
|
||||
|
|
Loading…
Reference in New Issue