set om as default lib

This commit is contained in:
Dan Motzenbecker 2015-10-30 23:47:39 -04:00
parent 690dbfcfe6
commit e5ef249fb9
1 changed files with 3 additions and 2 deletions

View File

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