4 Commits

Author SHA1 Message Date
dependabot[bot]
5b56ca026a
Bump pg from 4.1.1 to 4.5.7
Bumps [pg](https://github.com/brianc/node-postgres) from 4.1.1 to 4.5.7.
- [Release notes](https://github.com/brianc/node-postgres/releases)
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/compare/v4.1.1...v4.5.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-02-27 18:53:58 +00:00
John Crepezzi
318c5f7ba6 Upgrade uglify and simplify usage
- Upgrade to the most recent version of uglify
- Use the `UglifyJS.minify(code)` helper which does exactly what we want
2017-10-31 21:19:22 -04:00
John Crepezzi
e76c845f16 Upgrade testing libraries
- Upgrade mocha
- Remove should due to limited usage and old style (at least by rspec standards)
- Move spec -> test which is the default
- Update tests accordingly for the above
2017-10-31 20:03:30 -04:00
John Crepezzi
bf1dbb68b8 Fix eslint 2017-06-26 12:38:17 -04:00