Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Apr 6, 2020
1 parent 1dd2575 commit ba70732
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
2 changes: 1 addition & 1 deletion license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) Sindre Sorhus <[email protected]> (sindresorhus.com)
Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"description": "Link component for Ink",
"license": "MIT",
"repository": "sindresorhus/ink-link",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},
"main": "dist.js",
"engines": {
Expand Down
8 changes: 0 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ Creates clickable links in the terminal!

<img src="screenshot.png" width="332">


## Install

```
$ npm install ink-link
```


## Usage

```js
Expand All @@ -28,7 +26,6 @@ render(
);
```


## API

### `<Link>`
Expand Down Expand Up @@ -56,8 +53,3 @@ Determines whether the URL should be printed in parens after the text for unsupp
- [ink-box](https://github.com/sindresorhus/ink-box) - Styled box component for Ink
- [ink-gradient](https://github.com/sindresorhus/ink-gradient) - Gradient color component for Ink
- [ink-big-text](https://github.com/sindresorhus/ink-big-text) - Awesome text component for Ink


## License

MIT © [Sindre Sorhus](https://sindresorhus.com)
10 changes: 5 additions & 5 deletions test.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ Generated by [AVA](https://ava.li).
'My Website'

## render
## include fallback if explicitly enabled

> Snapshot 1
']8;;https://sindresorhus.comMy [32mWebsite[39m]8;;'
'My Website (​https://sindresorhus.com​)'

## render fallback
## render

> Snapshot 1
'My Website (​https://sindresorhus.com​)'
']8;;https://sindresorhus.comMy [32mWebsite[39m]8;;'

## include fallback if explicitly enabled
## render fallback

> Snapshot 1
Expand Down

0 comments on commit ba70732

Please sign in to comment.