Skip to content

Commit

Permalink
Update help channels to point to formium org (#762)
Browse files Browse the repository at this point in the history
* update help channel URLs to point to formium org

* update point formik repo reference to formium
  • Loading branch information
jssee authored Jul 19, 2020
1 parent 267e488 commit 25a39cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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')}
${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

1 comment on commit 25a39cc

@vercel
Copy link

@vercel vercel bot commented on 25a39cc Jul 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.