File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2020 "in-source" : true
2121 }
2222 ],
23- "external-stdlib" : " @rescript/std" ,
2423 "bs-dependencies" : [
2524 " @ryyppy/rescript-promise" ,
2625 " rescript-webapi"
Original file line number Diff line number Diff line change 11{
22 "imports" : {
3- "@ rescript/std/ " : " ./node_modules/@ rescript/std /"
3+ "rescript/" : " ./node_modules/rescript/"
44 }
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " rescript-deno" ,
33 "version" : " 0.0.1" ,
4- "main" : " index.js" ,
4+ "description" : " ReScript bindings to Deno APIs" ,
5+ "keywords" : [
6+ " rescript" ,
7+ " rescript-bindings" ,
8+ " deno"
9+ ],
510 "license" : " MIT" ,
611 "scripts" : {
712 "build" : " rescript build" ,
813 "example" : " deno run -A --import-map=import_map.json"
914 },
15+ "files" : [
16+ " src/**/*.res" ,
17+ " bsconfig.json"
18+ ],
19+ "peerDependencies" : {
20+ "rescript" : " ^9.1.0"
21+ },
1022 "dependencies" : {
1123 "@rescript/std" : " ^9.1.3" ,
1224 "@ryyppy/rescript-promise" : " ^2.1.0" ,
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ __metadata:
2727 " @ryyppy/rescript-promise " : ^2.1.0
2828 rescript : ^9.1.4
2929 rescript-webapi : ^0.2.0
30+ peerDependencies :
31+ rescript : ^9.1.0
3032 languageName : unknown
3133 linkType : soft
3234
You can’t perform that action at this time.
0 commit comments