File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1414 "start" : " bsb -make-world -w" ,
1515 "clean" : " bsb -clean-world" ,
1616 "test" : " jest" ,
17- "format" : " find ./src -iname '*.re' | xargs bsrefmt --in-place && find ./src -iname '*.rei' | xargs bsrefmt -i true --in-place"
17+ "format" : " find ./src -iname '*.re' | xargs bsrefmt --in-place && find ./src -iname '*.rei' | xargs bsrefmt -i true --in-place" ,
18+ "init" : " opam switch create . 4.06.1 --deps-only -y"
1819 },
1920 "keywords" : [
2021 " reasonml" ,
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ synopsis: "reason-react"
3+ homepage: "https://reasonml.github.io/reason-react/"
4+ bug-reports: "https://github.com/reasonml/reason-react/issues"
5+ depends: [
6+ "dune" {>= "2.7" & < "3"}
7+ "ocaml" {= "4.06.1"}
8+ "ocaml-lsp-server" {= "1.4.1"}
9+ "reason" {= "3.8.2"}
10+ "merlin" {= "3.4.0"}
11+ ]
12+ build: [
13+ ["dune" "subst"] {dev}
14+ [
15+ "dune"
16+ "build"
17+ "-p"
18+ name
19+ "-j"
20+ jobs
21+ "@install"
22+ "@runtest" {with-test}
23+ "@doc" {with-doc}
24+ ]
25+ ]
26+ dev-repo: "git+https://github.com/reasonml/reason-react.git"
You can’t perform that action at this time.
0 commit comments