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", "license": "MIT",
"preferGlobal": "true", "preferGlobal": "true",
"bugs": { "bugs": {
"url": "https://github.com/hacksalot/HackMyResume/issues" "url": "https://github.com/JuanCanham/HackMyResume/issues"
}, },
"bin": { "bin": {
"hackmyresume": "dist/cli/index.js" "hackmyresume": "dist/cli/index.js"
}, },
"main": "dist/index.js", "main": "dist/index.js",
"homepage": "https://github.com/hacksalot/HackMyResume", "homepage": "https://github.com/JuanCanham/HackMyResume",
"dependencies": { "dependencies": {
"chalk": "^1.1.1", "chalk": "^1.1.1",
"commander": "^2.9.0", "commander": "^2.9.0",
@ -56,7 +56,7 @@
"fresca": "~0.6.0", "fresca": "~0.6.0",
"fresh-jrs-converter": "^0.2.2", "fresh-jrs-converter": "^0.2.2",
"fresh-resume-starter": "^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", "fs-extra": "^0.26.4",
"handlebars": "^4.0.5", "handlebars": "^4.0.5",
"html": "0.0.10", "html": "0.0.10",