Skip to content

Commit a18a019

Browse files
authored
Merge branch 'master' into refactor-stackstorm.js
2 parents e192b94 + 9ff1f43 commit a18a019

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ Changelog
44
in development
55
--------------
66

7+
* Move babel-eslint dependency to devDependencies (bug fix)
8+
79
0.9.6
10+
-----
811
* Don't consider failed alias execution as a critical reason to exit hubot (bug fix)
912

1013
0.9.5

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"url": "https://github.com/StackStorm/hubot-stackstorm/issues"
2222
},
2323
"dependencies": {
24-
"babel-eslint": "^10.0.1",
2524
"cli-table": "<=1.0.0",
2625
"coffee-register": "1.0.0",
2726
"coffee-script": "1.12.7",
@@ -35,6 +34,7 @@
3534
"hubot": "3.x"
3635
},
3736
"devDependencies": {
37+
"babel-eslint": "^10.0.1",
3838
"chai": "^4.2.0",
3939
"chai-as-promised": "^7.1.1",
4040
"eslint": "^5.16.0",

0 commit comments

Comments
 (0)