Skip to content

Commit 1d279a3

Browse files
committed
Update yargs to v4.7.1 from v3.32.0
1 parent a5e48ae commit 1d279a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var argv = require("yargs")
4444
'postcss version',
4545
require('./node_modules/postcss/package.json').version
4646
].join(' ');
47-
}, 'v')
47+
})
4848
.alias('v', 'version')
4949
.help('h')
5050
.alias('h', 'help')

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"postcss": "^5.0.0",
2525
"read-file-stdin": "^0.2.0",
2626
"resolve": "^1.1.6",
27-
"yargs": "^3.32.0"
27+
"yargs": "^4.7.1"
2828
},
2929
"optionalDependencies": {
3030
"chokidar": "^1.0.3"

0 commit comments

Comments
 (0)