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