Skip to content

Commit

Permalink
fix: enable strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
armano2 committed Feb 9, 2020
1 parent baf70ec commit d79cf60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion @packages/utils/pkg-check.js
Expand Up @@ -60,7 +60,8 @@ const cli = yargs
.usage('Check if a package creates valid tarballs')
.example('$0', '')
.help()
.version();
.version()
.strict();

async function main(flags) {
if (!Proxy) {
Expand Down

0 comments on commit d79cf60

Please sign in to comment.