Skip to content

Commit

Permalink
Update help channels to point to formium org (jaredpalmer#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 and paul-vd committed Dec 1, 2020
1 parent 30f03ff commit 3e0d3da
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

0 comments on commit 3e0d3da

Please sign in to comment.