Skip to content

Commit 41e611d

Browse files
committed
Meta tweaks
1 parent 06110f3 commit 41e611d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- macos-latest
1717
- windows-latest
1818
steps:
19-
- uses: actions/checkout@v2
20-
- uses: actions/setup-node@v2
19+
- uses: actions/checkout@v4
20+
- uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
- run: npm install

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"node": "./index.js",
1717
"default": "./browser.js"
1818
},
19+
"sideEffects": false,
1920
"engines": {
2021
"node": ">=18"
2122
},

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,5 @@ The [Linux binary](fallbacks/linux/xsel) is just a bundled version of [`xsel`](h
7272
## Related
7373

7474
- [clipboard-cli](https://github.com/sindresorhus/clipboard-cli) - CLI for this module
75+
- [clipboard-image](https://github.com/sindresorhus/clipboard-image) - Get and set images on the clipboard
7576
- [copy-text-to-clipboard](https://github.com/sindresorhus/copy-text-to-clipboard) - Copy text to the clipboard in the browser

0 commit comments

Comments
 (0)