screwdriver-config-parser
Advanced tools
Comparing version 7.1.2 to 7.1.3
@@ -79,2 +79,6 @@ 'use strict'; | ||
if (oldJob.description) { | ||
newJob.description = oldJob.description; | ||
} | ||
if (oldJob.requires) { | ||
@@ -81,0 +85,0 @@ newJob.requires = [].concat(oldJob.requires); |
{ | ||
"name": "screwdriver-config-parser", | ||
"version": "7.1.2", | ||
"version": "7.1.3", | ||
"description": "Node module for parsing screwdriver.yaml configurations", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
49478
1048