From f18861bcaee55b0de5fbbfc8c4513d66cc42b3d5 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 15 Oct 2016 21:04:44 +0100 Subject: [PATCH] Make sure we don't accidentally publish to npm --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 759a7c1..8c7a9da 100644 --- a/package.json +++ b/package.json @@ -41,5 +41,6 @@ "bugs": { "url": "https://github.com/lukechilds/tor-explorer/issues" }, - "homepage": "https://github.com/lukechilds/tor-explorer#readme" + "homepage": "https://github.com/lukechilds/tor-explorer#readme", + "private": true }