File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 5656 alias : 'replace' ,
5757 desc : 'Replace (overwrite) the input file' ,
5858 type : 'boolean' ,
59- // HACK: conflicts doesn't work with boolean opts correctly, so we do this
60- // See https://github.com/yargs/yargs/issues/929
61- coerce : v => v || undefined ,
6259 conflicts : [ 'output' , 'dir' ]
6360 } )
6461 . alias ( 'map' , 'm' )
7269 alias : 'w' ,
7370 desc : 'Watch files for changes and recompile as needed' ,
7471 type : 'boolean' ,
75- // HACK: conflicts doesn't work with boolean opts correctly, so we do this
76- // See https://github.com/yargs/yargs/issues/929
77- coerce : v => v || undefined ,
7872 conflicts : 'replace'
7973 } )
8074 . option ( 'env' , {
Original file line number Diff line number Diff line change 2929 "postcss-reporter" : " ^5.0.0" ,
3030 "pretty-hrtime" : " ^1.0.3" ,
3131 "read-cache" : " ^1.0.0" ,
32- "yargs" : " ^11 .0.0 "
32+ "yargs" : " ^12 .0.1 "
3333 },
3434 "devDependencies" : {
3535 "ava" : " ^0.25.0" ,
You can’t perform that action at this time.
0 commit comments