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