File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " github-release-notes" ,
3+ "version" : " 0.1.0" ,
4+ "description" : " Node module to publish release notes based on commits between the last two tags." ,
5+ "main" : " github-release-notes.js" ,
6+ "scripts" : {
7+ "test" : " echo \" Error: no test specified\" && exit 1"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git+https://github.com/alexcanessa/github-release-notes.git"
12+ },
13+ "keywords" : [
14+ " Github" ,
15+ " Release" ,
16+ " notes" ,
17+ " Release" ,
18+ " Tag"
19+ ],
20+ "author" : " alexcanessa" ,
21+ "license" : " ISC" ,
22+ "bugs" : {
23+ "url" : " https://github.com/alexcanessa/github-release-notes/issues"
24+ },
25+ "homepage" : " https://github.com/alexcanessa/github-release-notes#readme" ,
26+ "dependencies" : {
27+ "github-api" : " git+https://github.com/alexcanessa/github.git"
28+ }
29+ }
You can’t perform that action at this time.
0 commit comments