1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-06-30 23:40:05 +01:00

Privatize package.json and add "UNLICENSED".

This commit is contained in:
James Devlin 2015-09-02 22:02:11 -04:00
parent ad94fcbcef
commit 382e013abe

View File

@ -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"