hubot-command-analytics
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "hubot-command-analytics", | ||
"description": "Some analytics about the hubot command's used", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"author": "Daniel Petisme <daniel.petisme@gmail.com>", | ||
@@ -15,3 +15,5 @@ "license": "MIT", | ||
}, | ||
"dependencies": {}, | ||
"dependencies": { | ||
"ascii-table": "0.0.9" | ||
}, | ||
"peerDependencies": { | ||
@@ -18,0 +20,0 @@ "hubot": "2.x" |
@@ -37,2 +37,11 @@ # hubot-command-analytics | ||
hubot>> user1 hello: 1 | ||
user1>> hubot top | ||
hubot>> user1 | ||
.---------------------. | ||
| Score | Command | | ||
|-------|-------------| | ||
| 1 | hello | | ||
| 1 | score hello | | ||
| 1 | top | | ||
'---------------------' | ||
``` | ||
@@ -39,0 +48,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
56181
1
65
2
+ Addedascii-table@0.0.9
+ Addedascii-table@0.0.9(transitive)