ACRA / acralyzer

Open source backend for ACRA reports.
GNU General Public License v3.0
488 stars 90 forks source link

Fix build system by removing broken dependencies #109

Closed agrueneberg closed 9 years ago

agrueneberg commented 9 years ago

Running npm install currently fails because grunt-bower-hooks has been unpublished from npm and grunt-mocha depends on an unavailable version of phantomjs. Both components are unused (bower-hooks entirely and mocha because there are no tests), so I removed them.

KevinGaudin commented 9 years ago

Thanks !