Skip to content

Commit

Permalink
Remove knip from devDependencies as it requires Node.js v16
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Mar 24, 2023
1 parent dd38d7a commit 31e4f4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
@@ -1,6 +1,6 @@
{
"hooks": {
"after:init": ["npm run lint", "npm run knip", "npm test"]
"after:init": ["npm run lint", "npx knip", "npm test"]
},
"github": {
"release": true
Expand Down
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -49,7 +49,6 @@
],
"scripts": {
"lint": "eslint lib test",
"knip": "knip",
"format": "prettier --write \"{lib,test}/**/*.js\"",
"test": "ava --no-worker-threads",
"release": "./bin/release-it.js"
Expand Down Expand Up @@ -95,7 +94,6 @@
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"knip": "2.1.1",
"mock-fs": "5.2.0",
"mock-stdio": "1.0.3",
"nock": "13.3.0",
Expand Down

0 comments on commit 31e4f4d

Please sign in to comment.