diff --git a/platform/nodejs/package.json b/platform/nodejs/package.json index 84b4ebdb6..1888ac562 100644 --- a/platform/nodejs/package.json +++ b/platform/nodejs/package.json @@ -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", diff --git a/tools/make-nodejs.sh b/tools/make-nodejs.sh index e9ed6bac7..5b7eb33a9 100755 --- a/tools/make-nodejs.sh +++ b/tools/make-nodejs.sh @@ -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