From 382e013abea01217a2eb17143381eab44daacc28 Mon Sep 17 00:00:00 2001 From: James Devlin Date: Wed, 2 Sep 2015 22:02:11 -0400 Subject: [PATCH] Privatize package.json and add "UNLICENSED". --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c463c7..f832308 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "scrappy", "version": "0.1.0", "description": "An extensible command-line-based resume generator for the 21st century.", + "private": true, "repository": { "type": "git", "url": "https://github.com/gruebait/scrappy.git" @@ -13,7 +14,7 @@ "Markdown" ], "author": "James M. Devlin", - "license": "Proprietary and confidential. Copyright (c) 2015 by James M. Devlin. All rights reserved.", + "license": "UNLICENSED", "preferGlobal": "true", "bugs": { "url": "https://github.com/gruebait/scrappy/issues"