mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Need to bump version to publish README
This commit is contained in:
parent
70d5d28a7c
commit
fe7ce8f576
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@gorhill/ubo-core",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "To create a working instance of uBlock Origin's static network filtering engine",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
|
|
|
|||
|
|
@ -54,6 +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 LICENSE.txt $DES/
|
||||
|
||||
if [ "$1" = all ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue