set om as default lib
This commit is contained in:
parent
690dbfcfe6
commit
e5ef249fb9
|
@ -25,11 +25,12 @@ rnPackagerPort = 8081
|
|||
podMinVersion = '0.38.2'
|
||||
process.title = 'natal'
|
||||
|
||||
wrapperLibs =
|
||||
reactLibs =
|
||||
om: 'org.omcljs/om "0.9.0"'
|
||||
'om-next': 'org.omcljs/om "1.0.0-alpha11"'
|
||||
|
||||
libNames = Object.keys wrapperLibs
|
||||
libNames = Object.keys reactLibs
|
||||
defaultLib = 'om'
|
||||
|
||||
|
||||
log = (s, color = 'green') ->
|
||||
|
|
Loading…
Reference in New Issue