From ef9e5de8f428303318d6e11c94b83d17f23eb792 Mon Sep 17 00:00:00 2001 From: mvarblow Date: Thu, 3 Sep 2015 16:03:39 -0400 Subject: [PATCH] Mark the npm repository as private 'npm install' was generating several warnings about missing properties in package.json. Marking the repository as private clears up the warnings. --- src/Package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Package.json b/src/Package.json index 96a154825..f696fb776 100644 --- a/src/Package.json +++ b/src/Package.json @@ -1,4 +1,5 @@ { + "private": true, "devDependencies": { "glob": "^5.0.14", "path-posix": "^1.0.0",