Skip to content

Commit ede48f1

Browse files
rgrinbergjordwalke
authored andcommitted
stick to 1 opam project
1 parent 4327dee commit ede48f1

3 files changed

Lines changed: 2 additions & 25 deletions

File tree

reason-native-lib.opam

Lines changed: 0 additions & 22 deletions
This file was deleted.

reason-native-lib/jbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
(library
44
((name reason_native_lib)
5-
(public_name reason-native-lib)
5+
(public_name reason-native-project)
66
(libraries (re))))

reason-native-project/jbuild

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
(jbuild_version 1)
22

33
(executable
4-
((libraries (internal_lib reason-native-lib))
5-
(package reason-native-project)
4+
((libraries (internal_lib reason-native-project))
65
(name test)
76
(public_name react_native_project)))

0 commit comments

Comments
 (0)