github-orgs-packages
Advanced tools
Comparing version
@@ -0,1 +1,7 @@ | ||
#### 1.1.2 (2018-03-19) | ||
##### Bug Fixes | ||
* get all orgs repos instead of few ([1a662b48](https://github.com/oleg-koval/github-orgs-packages/commit/1a662b4837d7fce184f296737457dba4c56928b2)) | ||
#### 1.1.1 (2018-03-19) | ||
@@ -2,0 +8,0 @@ |
@@ -38,3 +38,3 @@ const { | ||
const { data: reposList } = repos; | ||
return reposList.slice(1, 5); | ||
return reposList; | ||
}) | ||
@@ -41,0 +41,0 @@ .catch((err) => { |
{ | ||
"name": "github-orgs-packages", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Get information for all packages inside of your github organisation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# github-orgs-packages  | ||
# Description | ||
Get information for all packages inside of your github organisation | ||
@@ -4,0 +6,0 @@ |
60419
0.33%61
3.39%