This repository has been archived by the owner. It is now read-only.

Description
Apparently "prepublish" is changing in npm5 to only run on publish - http://blog.lholmquist.org/npm-prepublish-changes/.
To keep this boilerplate working in npm5, it appears to be as simple as change "prepublish" in package.json to "prepare".
I can raise a PR if you like?