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 10, 2020
1 parent 0bdefef commit a5f43df
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 a5f43df

Please sign in to comment.