Sub-dependencies broke their API without a major version bump.

This fixes those errors and adds a package-lock.json
This commit is contained in:
orangemug
2017-11-15 14:29:56 +00:00
parent 3aae2e976f
commit cb2f854dd5
5 changed files with 13141 additions and 7 deletions

View File

@@ -29,6 +29,9 @@ exports.config = {
services: ['phantomjs'],
framework: 'mocha',
reporters: ['spec'],
phantomjsOpts: {
webdriverLogfile: 'phantomjs.log'
},
mochaOpts: {
ui: 'bdd',
// Because we don't know how long the initial build will take...