Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down