File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ concurrency:
2323 cancel-in-progress : true
2424
2525env :
26- VERSION : 0.7.7
26+ VERSION : 0.7.8
2727 NODE : node16
2828 REPO_BIN : ' emacs-eask/binaries'
2929
Original file line number Diff line number Diff line change 11(package "eask"
2- "0.7.7 "
2+ "0.7.8 "
33 "A set of command-line tools to build Emacs packages")
44
55(website-url "https://github.com/emacs-eask/cli")
Original file line number Diff line number Diff line change 2323 handler ( ) { yargs . showHelp ( ) ; }
2424 } )
2525 . showHelpOnFail ( true )
26- . version ( 'version' , 'show version number' , '0.7.7 ' )
26+ . version ( 'version' , 'show version number' , '0.7.8 ' )
2727 . help ( 'help' , 'show usage instructions' )
2828 . option ( 'global' , {
2929 description : `change default workspace to ~/.emacs.d/` ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @emacs-eask/cli" ,
3- "version" : " 0.7.7 " ,
3+ "version" : " 0.7.8 " ,
44 "description" : " A set of command-line tools to build Emacs packages" ,
55 "main" : " eask" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments