Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 21, 2023
1 parent 3a5448b commit 9809e67
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/funding.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -14,8 +14,8 @@ jobs:
- 14
- 12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -10,6 +10,7 @@
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"sideEffects": false,
"engines": {
"node": ">=12"
},
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -10,8 +10,8 @@ See [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicor

## Install

```
$ npm install --save-dev eslint-config-xo
```sh
npm install --save-dev eslint-config-xo
```

## Usage
Expand Down

0 comments on commit 9809e67

Please sign in to comment.