diff --git a/.travis.yml b/.travis.yml index 82697a6..89f946c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ matrix: - npm run-script danger - npm run-script lint - npm run-script test-with-coverage - - npm install dtslint + - npm install dtslint@^0.2 - npm run dtslint after_script: - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js @@ -22,6 +22,7 @@ node_js: - 5 - 6 - 7 + - 8 cache: directories: diff --git a/CHANGELOG.md b/CHANGELOG.md index f1561f7..ffe803c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ * [#315](https://github.com/alexa-js/alexa-app/pull/315): Fix card tests and required card type - [@kobim](https://github.com/kobim). * [#314](https://github.com/alexa-js/alexa-app/pull/314): Fix handling of `undefined` slot values - [@User1m](https://github.com/user1m). * [#322](https://github.com/alexa-js/alexa-app/pull/322): Included Skill Builder example in example.ejs - [@funkydan2](https://github.com/funkydan2). +* [#329](https://github.com/alexa-js/alexa-app/pull/329): Run dtslint only on the latest node version - [@kobim](https://github.com/kobim). * Your contribution here. ### 4.2.1 (February 1, 2018) diff --git a/package.json b/package.json index 3904fe7..8054d6b 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,6 @@ "chai-string": "^1.3.0", "coveralls": "^2.11.9", "danger": "0.6.10", - "dtslint": "^0.2", "ejs": "^2.5.5", "eslint": "^2.9.0", "esprima": "^3.1.3",