make package depend on my upstream theme

This commit is contained in:
Juan Canham 2020-03-17 04:20:38 +00:00
parent 3cf850ea0e
commit 901659cc4f
1 changed files with 3 additions and 3 deletions

View File

@ -40,13 +40,13 @@
"license": "MIT",
"preferGlobal": "true",
"bugs": {
"url": "https://github.com/hacksalot/HackMyResume/issues"
"url": "https://github.com/JuanCanham/HackMyResume/issues"
},
"bin": {
"hackmyresume": "dist/cli/index.js"
},
"main": "dist/index.js",
"homepage": "https://github.com/hacksalot/HackMyResume",
"homepage": "https://github.com/JuanCanham/HackMyResume",
"dependencies": {
"chalk": "^1.1.1",
"commander": "^2.9.0",
@ -56,7 +56,7 @@
"fresca": "~0.6.0",
"fresh-jrs-converter": "^0.2.2",
"fresh-resume-starter": "^0.2.2",
"fresh-themes": "^0.15.1-beta",
"fresh-themes": "git+https://git.juancanham.com/JuanCanham/fresh-themes.git#feature/certifications",
"fs-extra": "^0.26.4",
"handlebars": "^4.0.5",
"html": "0.0.10",