This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
-
-
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.
Adding back ky to exportDefaultFunctionWithImports test instead of chalk
- Loading branch information
Ian Walter
committed
May 4, 2019
1 parent
5fc53cd
commit 48fb403
Showing
4 changed files
with
561 additions
and
3,702 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import npmShortName from '@ianwalter/npm-short-name' | ||
import chalk from 'chalk' | ||
import message from './exportDefaultLiteral' | ||
import ky from 'ky' | ||
import url from './exportDefaultLiteral' | ||
|
||
export default function greeting () { | ||
return chalk.cyan(npmShortName(message)) | ||
return ky.get(npmShortName(url)) | ||
} |
Oops, something went wrong.