ember-cli-ecosystem-installer
Advanced tools
Comparing version 2.0.27 to 2.0.28
@@ -97,6 +97,21 @@ 'use strict' | ||
var pkgsToModify = _.mergeWith(otherPackagesToModify, recommendedPackagesToModify, objUtil.mergeArray) | ||
return self.uninstallAndInstallPkgs(pkgsToModify) | ||
var uninstallAndInstallPromise = self.uninstallAndInstallPkgs(pkgsToModify) | ||
if (uninstallAndInstallPromise) { | ||
return uninstallAndInstallPromise.then(() => { | ||
var path = self.path + '/package.json' | ||
var pkgJson = require(path) | ||
console.log(pkgJson) | ||
}) | ||
} | ||
}) | ||
} else { | ||
return self.uninstallAndInstallPkgs(recommendedPackagesToModify) | ||
var uninstallAndInstallPromise = self.uninstallAndInstallPkgs(recommendedPackagesToModify) | ||
if (uninstallAndInstallPromise) { | ||
return uninstallAndInstallPromise.then(() => { | ||
var path = self.path + '/package.json' | ||
var pkgJson = require(path) | ||
console.log(pkgJson) | ||
}) | ||
} | ||
} | ||
@@ -109,4 +124,4 @@ }) | ||
return self.uninstallAndInstallPkgs(otherPackagesToModify) | ||
.then(function () { | ||
var path = this.path + '/package.json' | ||
.then(() => { | ||
var path = self.path + '/package.json' | ||
var pkgJson = require(path) | ||
@@ -113,0 +128,0 @@ console.log(pkgJson) |
@@ -0,1 +1,5 @@ | ||
# 2.0.28 | ||
No CHANGELOG section found in Pull Request description. | ||
Use a `# CHANGELOG` section in your Pull Request description to auto-populate the `CHANGELOG.md` | ||
# 2.0.27 | ||
@@ -2,0 +6,0 @@ No CHANGELOG section found in Pull Request description. |
{ | ||
"name": "ember-cli-ecosystem-installer", | ||
"version": "2.0.27", | ||
"version": "2.0.28", | ||
"description": "Tool to install/uninstall the LTS ecosystem packages", | ||
@@ -5,0 +5,0 @@ "directories": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
658739
5023
6