@eclipse-che/devfile-converter
Advanced tools
Comparing version 0.0.1-7060807 to 0.0.1-0751ad2
@@ -404,3 +404,3 @@ "use strict"; | ||
var source = projectV1.source; | ||
if (source.type === 'git' || source.type === 'github') { | ||
if (source.type === 'git' || source.type === 'github' || source.type === 'bitbucket') { | ||
var remotes = { origin: source.location }; | ||
@@ -407,0 +407,0 @@ devfileV2Project.git = { |
{ | ||
"name": "@eclipse-che/devfile-converter", | ||
"version": "0.0.1-7060807", | ||
"version": "0.0.1-0751ad2", | ||
"description": "Convert devfile v1 to v2 or v2 to v1", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -18,1 +18,5 @@ # devfile-converter | ||
``` | ||
# Trademark | ||
"Che" is a trademark of the Eclipse Foundation. |
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
129854
22