From 215008253dce2abfbbf0563140ff1ea28c303282 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 5 Feb 2016 15:57:54 -0800 Subject: [PATCH] [Build] Prevent accidental publish --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2eb6e9273b..5a69610115 100644 --- a/package.json +++ b/package.json @@ -52,5 +52,6 @@ "url": "https://github.com/nasa/openmctweb.git" }, "author": "", - "license": "Apache-2.0" + "license": "Apache-2.0", + "private": true }