1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-07-02 16:30:04 +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", "name": "scrappy",
"version": "0.1.0", "version": "0.1.0",
"description": "An extensible command-line-based resume generator for the 21st century.", "description": "An extensible command-line-based resume generator for the 21st century.",
"private": true,
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/gruebait/scrappy.git" "url": "https://github.com/gruebait/scrappy.git"
@ -13,7 +14,7 @@
"Markdown" "Markdown"
], ],
"author": "James M. Devlin", "author": "James M. Devlin",
"license": "Proprietary and confidential. Copyright (c) 2015 by James M. Devlin. All rights reserved.", "license": "UNLICENSED",
"preferGlobal": "true", "preferGlobal": "true",
"bugs": { "bugs": {
"url": "https://github.com/gruebait/scrappy/issues" "url": "https://github.com/gruebait/scrappy/issues"