loopback-bluemix
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -0,1 +1,7 @@ | ||
2017-07-17, Version 3.1.0 | ||
========================= | ||
* Generate datasources-config.json by default (Hage Yaapa) | ||
2017-07-15, Version 3.0.0 | ||
@@ -2,0 +8,0 @@ ========================= |
@@ -33,2 +33,7 @@ // Copyright IBM Corp. 2017. All Rights Reserved. | ||
// Create datasource-config.json | ||
var datasourceConfigSrc = path.join(bluemixDirSrc, 'datasources-config.json'); | ||
var datasourceConfigDest = path.join(bluemixDirDest, 'datasources-config.json'); | ||
copyFile(datasourceConfigSrc, datasourceConfigDest); | ||
if (bluemixOptions.enableBluemix) { | ||
@@ -51,7 +56,2 @@ // Create .cfignore | ||
} | ||
// Copy datasource-config.json | ||
var datasourceConfigSrc = path.join(bluemixDirSrc, 'datasources-config.json'); | ||
var datasourceConfigDest = path.join(bluemixDirDest, 'datasources-config.json'); | ||
copyFile(datasourceConfigSrc, datasourceConfigDest); | ||
} | ||
@@ -58,0 +58,0 @@ |
{ | ||
"name": "loopback-bluemix", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Utilities for generating Bluemix artifacts", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
131477