Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 17, 2024
1 parent 1eeaa5a commit 99de790
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
4 changes: 0 additions & 4 deletions .github/funding.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
- 20
- 18
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"node": "./index.js",
"default": "./browser.js"
},
"sideEffects": false,
"engines": {
"node": ">=18"
},
Expand Down Expand Up @@ -47,13 +48,13 @@
"stdout"
],
"dependencies": {
"is-unicode-supported": "^1.3.0",
"is-unicode-supported": "^2.0.0",
"yoctocolors": "^2.1.1"
},
"devDependencies": {
"ava": "^5.3.1",
"ava": "^6.1.3",
"strip-ansi": "^7.1.0",
"tsd": "^0.29.0",
"xo": "^0.56.0"
"tsd": "^0.31.1",
"xo": "^0.59.3"
}
}
7 changes: 6 additions & 1 deletion symbols.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
import {blue, green, yellow, red} from 'yoctocolors';
import {
blue,
green,
yellow,
red,
} from 'yoctocolors';
import isUnicodeSupported from 'is-unicode-supported';

const _isUnicodeSupported = isUnicodeSupported();
Expand Down

0 comments on commit 99de790

Please sign in to comment.