gitlab-cli
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -187,3 +187,3 @@ var projects = []; | ||
if (checkProjectId(cb) && checkResourceId(cb) && checkResource(cb)) { | ||
if (checkProjectId(cb) && checkResource(cb)) { | ||
client[resource.type].list(data, cb); | ||
@@ -190,0 +190,0 @@ } |
{ | ||
"name": "gitlab-cli", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Gitlab API on the command line", | ||
@@ -5,0 +5,0 @@ "main": "./bin/cli.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67038