From: XhmikosR Date: Sat, 22 Feb 2020 14:58:47 +0000 (+0200) Subject: package.json: add `private: true` X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fefb67406f93ff6471fe8141b316ba66511e2a07;p=stevenblack-hosts.git package.json: add `private: true` The package isn't published on npm. --- diff --git a/package.json b/package.json index 3d5b9f43b..7ba8bef3b 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "2.5.57", "description": "Extending and consolidating hosts files from several well-curated sources like adaway.org, mvps.org, malwaredomainlist.com, someonewhocares.org, and potentially others. You can optionally invoke extensions to block additional sites by category.", "main": "", + "private": true, "scripts": { "test": "python3 testUpdateHostsFile.py", "start": "python3 makeHosts.py",