#!/usr/bin/env bash find dist/ -wholename '*johnny-five/node_modules' -exec rm -rf '{}' ';'