Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update help channels to point to formium org #762

Merged
merged 2 commits into from
Jul 19, 2020
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 <[email protected]>",
"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')}
jssee marked this conversation as resolved.
Show resolved Hide 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