File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.0.7" ,
44 "license" : " BSD-3-Clause" ,
55 "files" : [
6+ " /postinstall.js" ,
67 " /rewatch" ,
78 " /rewatch.cmd" ,
89 " /rewatch-linux" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const installMacLinuxBinary = (binary) => {
99 const target = path . join ( __dirname , "rewatch" ) ;
1010 fs . renameSync ( source , target ) ;
1111
12- // The ppx should be executable in the bundle, but just in case
12+ // The binary should be executable in the bundle, but just in case
1313 fs . chmodSync ( target , 0777 ) ;
1414 } else {
1515 // assume we're in dev mode - nothing will break if the script
@@ -44,7 +44,7 @@ switch (process.platform) {
4444 installWindowsBinary ( ) ;
4545 break ;
4646 default :
47- // This won't break the installation because the `ppx` shell script remains
47+ // This won't break the installation because the shell script remains
4848 // but that script will throw an error in this case anyway
4949 console . warn ( `No release available for "${ process . platform } "` ) ;
5050 process . exit ( 1 ) ;
You can’t perform that action at this time.
0 commit comments