hubot-github-compare
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "hubot-github-compare", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Return Github comparison URLs for two branches/releases on any repo", | ||
"main": "index.coffee", | ||
"scripts": { | ||
"test": "echo 'YOLO' && exit 0" | ||
"test": "mocha --compilers coffee:coffee-script/register" | ||
}, | ||
@@ -23,3 +23,12 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/markhuge/hubot-github-compare" | ||
"homepage": "https://github.com/markhuge/hubot-github-compare", | ||
"devDependencies": { | ||
"chai": "^2.1.1", | ||
"coffee-script": "^1.9.1", | ||
"hubot": "^2.11.1", | ||
"hubot-mock-adapter": "^1.0.0", | ||
"mocha": "^2.1.0", | ||
"sinon": "^1.12.2", | ||
"sinon-chai": "^2.7.0" | ||
} | ||
} |
@@ -7,3 +7,3 @@ hubot-github-compare | ||
``` | ||
Hubot> hubot compare me user/repo develop 1.0.1 | ||
Hubot> hubot compare user/repo develop to 1.0.1 | ||
Hubot> https://github.com/user/repo/compare/develop...1.0.1 | ||
@@ -17,4 +17,4 @@ ``` | ||
``` | ||
Hubot> hubot compare me hubot-github-compare develop master | ||
Hubot> hubot compare hubot-github-compare develop to master | ||
Hubot> https://github.com/markhuge/hubot-github-compare/compare/develop...master | ||
``` |
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
5521
7
0
7