Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"author": "Jared Palmer <jared@palmer.net>",
"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",
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const help = function() {
return `
Only ${chalk.green('<project-directory>')} is required.
If you have any problems, do not hesitate to file an issue:
${chalk.cyan('https://github.com/formik/tsdx/issues/new')}
Comment thread
jssee marked this conversation as resolved.
${chalk.cyan('https://github.com/formium/tsdx/issues/new')}
`;
};

Expand Down Expand Up @@ -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')}
`;
};

Expand Down