this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix quickjs dep constraint in server-reason-react 0.3.0

authored by

David Sancho and committed by
GitHub
6370db16 471f1530

+1 -1
+1 -1
packages/server-reason-react/server-reason-react.0.3.0/opam
··· 11 11 "reason" {>= "3.10.0"} 12 12 "melange" {>= "3.0.0"} 13 13 "ppxlib" {> "0.23.0"} 14 - "quickjs" {>= "0.1.1"} 14 + "quickjs" {>= "0.1.1" & < "0.1.2"} 15 15 "promise" {>= "1.1.2"} 16 16 "lwt" {>= "5.6.0"} 17 17 "lwt_ppx" {>= "2.1.0"}