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.
This commit is contained in:
mvarblow
2015-09-03 16:03:39 -04:00
parent fcc4a944bb
commit ef9e5de8f4

View File

@@ -1,4 +1,5 @@
{
"private": true,
"devDependencies": {
"glob": "^5.0.14",
"path-posix": "^1.0.0",