diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a0c9ac5..95ecba6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,7 +4,10 @@ Changelog in development -------------- +* Move babel-eslint dependency to devDependencies (bug fix) + 0.9.6 +----- * Don't consider failed alias execution as a critical reason to exit hubot (bug fix) 0.9.5 diff --git a/package.json b/package.json index be512fa..a571b80 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,6 @@ "url": "https://github.com/StackStorm/hubot-stackstorm/issues" }, "dependencies": { - "babel-eslint": "^10.0.1", "cli-table": "<=1.0.0", "coffee-register": "1.0.0", "coffee-script": "1.12.7", @@ -35,6 +34,7 @@ "hubot": "3.x" }, "devDependencies": { + "babel-eslint": "^10.0.1", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint": "^5.16.0",