#!/bin/sh
echo "cleaning build files"
rm -rf es5 browser npm
echo "done cleaning"
