Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Mar 4, 2024
1 parent df0017f commit 085e4f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,7 +67,7 @@
"@sindresorhus/tsconfig": "^5.0.0",
"@types/common-tags": "^1.8.4",
"@types/minimist": "^1.2.5",
"@types/node": "18",
"@types/node": "18.x",
"@types/stack-utils": "^2.0.3",
"@types/yargs-parser": "^21.0.3",
"ava": "^6.1.2",
Expand Down
2 changes: 1 addition & 1 deletion test/test.ts
Expand Up @@ -17,7 +17,7 @@ test('return object', t => {
flags: {
unicorn: {shortFlag: 'u'},
meow: {default: 'dog'},
'--': true,
'--': true as never,
},
});

Expand Down

0 comments on commit 085e4f5

Please sign in to comment.