diff --git a/package.json b/package.json index 35db7dcb6..b065cf3eb 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "author": "Jared Palmer ", "description": "Zero-config TypeScript package development", "license": "MIT", - "homepage": "https://github.com/jaredpalmer/tsdx", + "homepage": "https://github.com/formium/tsdx", "repository": { "type": "git", - "url": "git+https://github.com/jaredpalmer/tsdx.git" + "url": "git+https://github.com/formium/tsdx.git" }, "keywords": [ "react", @@ -16,7 +16,7 @@ "rollup" ], "bugs": { - "url": "https://github.com/jaredpalmer/tsdx/issues" + "url": "https://github.com/formium/tsdx/issues" }, "bin": { "tsdx": "./dist/index.js" diff --git a/src/messages.ts b/src/messages.ts index c735cb030..627aeee88 100644 --- a/src/messages.ts +++ b/src/messages.ts @@ -11,7 +11,7 @@ export const help = function() { return ` Only ${chalk.green('')} is required. If you have any problems, do not hesitate to file an issue: - ${chalk.cyan('https://github.com/formik/tsdx/issues/new')} + ${chalk.cyan('https://github.com/formium/tsdx/issues/new')} `; }; @@ -86,7 +86,7 @@ export const start = async function(projectName: string) { ${Output.cmd(commands.test)} Questions? Feedback? Please let me know! - ${chalk.green('https://github.com/formik/tsdx/issues')} + ${chalk.green('https://github.com/formium/tsdx/issues')} `; };