Skip to content

Commit

Permalink
Disable check for vulnerable dependencies
Browse files Browse the repository at this point in the history
It doesn't seem to work any more.
  • Loading branch information
ivan-zaera committed Jul 23, 2019
1 parent e31a586 commit 239972e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .publishrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"validations": {
"vulnerableDependencies": true,
"vulnerableDependencies": false,
"uncommittedChanges": true,
"untrackedFiles": true,
"sensitiveData": true,
Expand All @@ -10,4 +10,4 @@
"confirm": true,
"publishTag": "latest",
"prePublishScript": false
}
}

0 comments on commit 239972e

Please sign in to comment.