Skip to content

Commit

Permalink
chore(deps-dev): remove razee/kubernetes-util@0.2.6
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 11, 2022
1 parent 0ca5a79 commit 114d029
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 114d029

Please sign in to comment.