Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit df32ac4

Browse files
hugomrdiasdaviddias
authored andcommitted
fix: remove npm script
1 parent f7189fb commit df32ac4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@
4444
"release-minor": "aegir release --type minor -t node -t browser",
4545
"release-major": "aegir release --type major -t node -t browser",
4646
"coverage": "aegir coverage",
47-
"coverage-publish": "aegir-coverage publish",
48-
"dep-check-unused": "npx dependency-check package.json './test/**/*.js' './src/**/*.js' --extra"
47+
"coverage-publish": "aegir-coverage publish"
4948
},
5049
"repository": {
5150
"type": "git",

0 commit comments

Comments
 (0)