Update for 0.9

This commit is contained in:
Kyle Mathews 2016-03-28 21:15:50 -07:00
parent 44fc7c7b40
commit dc2746a93f
9 changed files with 52 additions and 50 deletions

4
.babelrc Normal file
View file

@ -0,0 +1,4 @@
{
"presets": ['react', 'es2015', 'stage-0'],
"plugins": ['add-module-exports']
}