#!/bin/bash

# babel-preset-es2015 fails to install on nodejs < 0.10
npm install
npm install babel-cli babel-preset-es2015
