Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trick npm into installing a newer version of ejs
The build on CircleCI is breaking because ejs 2.x required by nodeunit is erroring during install with "SyntaxError: Unexpected strict mode reserved word". Here I'm hacking package*.json so it installs a newer version of ejs. 'npm install' fixes this hack to package-lock.json so there's an ongoing issue, but this at least fixes the build on CircleCI.
- Loading branch information