executor: allow loopback versions >= 3.0.0-alpha

This commit is contained in:
Miroslav Bajtoš 2015-12-22 09:55:37 +01:00
parent adeece3b30
commit 3836078985
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ function patchAppLoopback(app) {
}
function assertLoopBackVersion(app) {
var RANGE = '1.x || 2.x';
var RANGE = '1.x || 2.x || ^3.0.0-alpha';
var loopback = app.loopback;
// remove any pre-release tag from the version string,