Skip to content

Commit a1a7de1

Browse files
jaredlyjordwalke
authored andcommitted
renames
1 parent 9778173 commit a1a7de1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ build:
22
jbuilder build
33

44
run: build
5-
./_build/install/default/bin/react_native_project
5+
./_build/install/default/bin/reason_native_project
66

77
test:
88
jbuilder runtest

reason_native_lib/jbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
(library
44
((name reason_native_lib)
55
; this will be exported & installable as a library via OPAM
6-
(public_name reason-native-project)
6+
(public_name reason_native_project)
77
(libraries (re))))

reason_native_project/jbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
(executable
44
((name test)
55
; This will be installable as a global binary via opam
6-
(public_name react_native_project)
6+
(public_name reason_native_project)
77
; and it depends on 2 local libraries
8-
(libraries (internal_lib reason-native-project))))
8+
(libraries (internal_lib reason_native_project))))

0 commit comments

Comments
 (0)