wrapper libs list

This commit is contained in:
Dan Motzenbecker 2015-10-27 23:56:45 -04:00
parent 3ee9f6900d
commit 48e24acdc5
1 changed files with 6 additions and 0 deletions

View File

@ -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