File tree 4 files changed +1
-44
lines changed
4 files changed +1
-44
lines changed Original file line number Diff line number Diff line change 35
35
- Hide stdlib modules in output. https://github.com/rescript-lang/rescript/pull/7305
36
36
- Deprecate unsafe host-specific bindings from stdlib. https://github.com/rescript-lang/rescript/pull/7334
37
37
- Make unsafe function names consistent in Stdlib.String. https://github.com/rescript-lang/rescript/pull/7337
38
+ - ` rescript ` package does not trigger ` postinstall ` script anymore. https://github.com/rescript-lang/rescript/pull/7350
38
39
39
40
#### :bug : Bug fix
40
41
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 43
43
"rewatch" : " cli/rewatch"
44
44
},
45
45
"scripts" : {
46
- "postinstall" : " node cli/rescript_postinstall.js" ,
47
46
"test" : " node scripts/test.js -all" ,
48
47
"test-bsb" : " node scripts/test.js -bsb" ,
49
48
"test-ocaml" : " node scripts/test.js -ounit" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ cli/rescript_arg.js
12
12
cli/rescript_bsb.js
13
13
cli/rescript_dump.js
14
14
cli/rescript_format.js
15
- cli/rescript_postinstall.js
16
15
cli/rewatch
17
16
darwin/bsb_helper.exe
18
17
darwin/bsc.exe
You can’t perform that action at this time.
0 commit comments