We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e192b94 + 9ff1f43 commit a18a019Copy full SHA for a18a019
CHANGELOG.rst
@@ -4,7 +4,10 @@ Changelog
4
in development
5
--------------
6
7
+* Move babel-eslint dependency to devDependencies (bug fix)
8
+
9
0.9.6
10
+-----
11
* Don't consider failed alias execution as a critical reason to exit hubot (bug fix)
12
13
0.9.5
package.json
@@ -21,7 +21,6 @@
21
"url": "https://github.com/StackStorm/hubot-stackstorm/issues"
22
},
23
"dependencies": {
24
- "babel-eslint": "^10.0.1",
25
"cli-table": "<=1.0.0",
26
"coffee-register": "1.0.0",
27
"coffee-script": "1.12.7",
@@ -35,6 +34,7 @@
35
34
"hubot": "3.x"
36
37
"devDependencies": {
+ "babel-eslint": "^10.0.1",
38
"chai": "^4.2.0",
39
"chai-as-promised": "^7.1.1",
40
"eslint": "^5.16.0",
0 commit comments