forked from jaredpalmer/tsdx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update help channels to point to formium org (jaredpalmer#762)
* update help channel URLs to point to formium org * update point formik repo reference to formium
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters