Skip to content

Commit

Permalink
Meta tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 18, 2024
1 parent 89a52f4 commit 7ef47b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions browser.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* eslint-env browser */
/* eslint-disable n/no-unsupported-features/node-builtins */

const level = (() => {
if (!('navigator' in globalThis)) {
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"16m"
],
"devDependencies": {
"@types/node": "^20.11.17",
"ava": "^6.1.1",
"tsd": "^0.30.4",
"xo": "^0.57.0"
"@types/node": "^22.10.2",
"ava": "^6.2.0",
"tsd": "^0.31.2",
"xo": "^0.60.0"
},
"ava": {
"serial": true,
Expand Down

0 comments on commit 7ef47b9

Please sign in to comment.