wrapper libs list
This commit is contained in:
parent
3ee9f6900d
commit
48e24acdc5
|
@ -25,6 +25,12 @@ rnPackagerPort = 8081
|
|||
podMinVersion = '0.38.2'
|
||||
process.title = 'natal'
|
||||
|
||||
wrapperLibs =
|
||||
om: 'org.omcljs/om "0.9.0"'
|
||||
'om-next': 'org.omcljs/om "1.0.0-alpha11"'
|
||||
|
||||
libNames = Object.keys wrapperLibs
|
||||
|
||||
|
||||
log = (s, color = 'green') ->
|
||||
console.log chalk[color] s
|
||||
|
|
Loading…
Reference in New Issue