alexa-js / alexa-app

A framework for Alexa (Amazon Echo) apps using Node.js
https://www.youtube.com/watch?v=pzM4jv7k7Rg
MIT License
1.03k stars 212 forks source link

Fix node < 5 tests #376

Closed kobim closed 5 years ago

kobim commented 5 years ago

chai-string version 1.5.0 updated chai dependency to > 4, hence breaking our devDependencies tree.

Pinning to version 1.4.0 (which was already locked in package-lock.json) would resolve this issue (until we will upgrade chai and its dependencies).

alexa-app-bot commented 5 years ago
Warnings
:warning: Did you forget to update CHANGELOG.md?

Generated by :no_entry_sign: dangerJS

kobim commented 5 years ago

as there's nothing special about this commit, I'm going to merge it to master so every PR could merge and fix their broken Travis-CI tests.