Skip to content

Commit

Permalink
Update index.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeck committed Aug 25, 2021
1 parent f2d55b0 commit 0bcac69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.cjs
Expand Up @@ -39,7 +39,7 @@ function singletonify(inst) {
return inst.$0;
}
});
Object.defineProperty(Argv, '$0', {
Object.defineProperty(Argv, 'parsed', {
configurable: true,
enumerable: true,
get() {
Expand Down

0 comments on commit 0bcac69

Please sign in to comment.