Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular/cli/commands/update-impl.js

    r59329aa re29cc2e  
    164164    async executeMigrations(packageName, collectionPath, from, to, commit) {
    165165        const collection = this.workflow.engine.createCollection(collectionPath);
    166         const migrationRange = new semver.Range('>' + (semver.prerelease(from) ? from.split('-')[0] + '-0' : from) + ' <=' + to);
     166        const migrationRange = new semver.Range('>' + (semver.prerelease(from) ? from.split('-')[0] + '-0' : from) + ' <=' + to.split('-')[0]);
    167167        const migrations = [];
    168168        for (const name of collection.listSchematicNames()) {
Note: See TracChangeset for help on using the changeset viewer.