Skip to content

Commit

Permalink
Add installed-check
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Apr 12, 2024
1 parent bb9dac8 commit 24b3ba6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -62,7 +62,7 @@
"lint": "eslint lib test",
"format": "prettier --write \"{lib,test}/**/*.js\"",
"docs": "remark README.md 'docs/**/*.md' '.github/*.md' -o",
"test": "ava --no-worker-threads",
"test": "ava --no-worker-threads && installed-check",
"release": "./bin/release-it.js"
},
"author": {
Expand Down Expand Up @@ -110,6 +110,7 @@
"fs-monkey": "1.0.5",
"knip": "5.0.1",
"memfs": "4.7.0",
"installed-check": "9.3.0",
"mock-stdio": "1.0.3",
"nock": "13.5.1",
"prettier": "3.2.5",
Expand All @@ -119,7 +120,7 @@
"strip-ansi": "7.1.0"
},
"engines": {
"node": ">=18"
"node": "^18.18.0 || ^20.8.0 || ^21.0.0"
},
"remarkConfig": {
"plugins": [
Expand Down

1 comment on commit 24b3ba6

@Alex1-92
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.