cyboard-bamboo-widgets
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "cyboard-bamboo-widgets", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Cyboard widgets for Atlassian Bamboo", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -60,3 +60,3 @@ var _ = require('lodash'), | ||
} else { | ||
key = request('project/' + match[1] + '?expand=plans.plan.branches&maxResults=200').then(function (project) { | ||
key = request('project/' + match[1] + '?expand=plans.plan.branches&max-results=200').then(function (project) { | ||
var subKeys = [] | ||
@@ -63,0 +63,0 @@ project.plans.plan.forEach(function (plan) { |
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
15330