Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 10, 2023
1 parent 0bf983a commit 991296e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Expand Up @@ -8,7 +8,6 @@ jobs:
node-version:
- 18
- 16
- 14
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
1 change: 0 additions & 1 deletion readme.md
Expand Up @@ -34,5 +34,4 @@ Props except for `text` are passed as options to [`cfonts`](https://github.com/d
## Related

- [ink-gradient](https://github.com/sindresorhus/ink-gradient) - Gradient color component for Ink
- [ink-box](https://github.com/sindresorhus/ink-box) - Box component for Ink
- [ink-link](https://github.com/sindresorhus/ink-link) - Link component for Ink
3 changes: 1 addition & 2 deletions tsconfig.json
Expand Up @@ -2,8 +2,7 @@
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": "dist",
"sourceMap": true,
"jsx": "react"
"sourceMap": true
},
"include": [
"source"
Expand Down

0 comments on commit 991296e

Please sign in to comment.