mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +00:00
Privatize package.json and add "UNLICENSED".
This commit is contained in:
parent
ad94fcbcef
commit
382e013abe
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user