From 901659cc4f45e48de7c3e3fd1916ca3a36fafa6d Mon Sep 17 00:00:00 2001 From: Juan Canham Date: Tue, 17 Mar 2020 04:20:38 +0000 Subject: [PATCH] make package depend on my upstream theme --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 71289a7..7c26230 100644 --- a/package.json +++ b/package.json @@ -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",