Skip to content

Commit

Permalink
chore(deps-dev): remove razee/kubenetes-util
Browse files Browse the repository at this point in the history
remove unused dependency that was failing audit scans
  • Loading branch information
esatterwhite committed Feb 17, 2022
1 parent 8674ee9 commit 9c5a9f4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2,355 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_js:
- "lts/*"

script:
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then npm audit; else npm audit || true; fi
- if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then npm audit --only=prod; else npm audit || true; fi
- npm run lint
- npm test
- if [ -n "${TRAVIS_TAG}" ]; then npm version --no-git-tag-version "${TRAVIS_TAG}"; fi
Expand Down
Loading

0 comments on commit 9c5a9f4

Please sign in to comment.