github-orgs-packages
Advanced tools
Comparing version
@@ -0,1 +1,7 @@ | ||
#### 1.1.7 (2018-03-19) | ||
##### Bug Fixes | ||
* typo in Promise method ([7e4520d7](https://github.com/oleg-koval/github-orgs-packages/commit/7e4520d7da0cbf9f2190928c8415d959916cd5e9)) | ||
#### 1.1.6 (2018-03-19) | ||
@@ -2,0 +8,0 @@ |
@@ -145,2 +145,6 @@ const { | ||
const resolve = (deps) => Promise.method((resolve) => { | ||
return resolve(deps) | ||
}) | ||
return getReposList() | ||
@@ -156,5 +160,3 @@ .map(flattenObj) | ||
.then(remapGroupedDeps) | ||
.then((deps) => Promise.method(resolve) => { | ||
return resolve(deps) | ||
}) | ||
.then(resolve) | ||
.catch(Promise.reject); |
{ | ||
"name": "github-orgs-packages", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Get information for all packages inside of your github organisation", | ||
@@ -34,2 +34,3 @@ "main": "index.js", | ||
"github-api": "^3.0.0", | ||
"github-orgs-packages": "^1.1.6", | ||
"package-info": "^3.0.1", | ||
@@ -36,0 +37,0 @@ "ramda": "^0.25.0" |
Sorry, the diff of this file is not supported yet
61797
0.98%7
16.67%143
2.14%5
25%+ Added