Skip to content

Commit

Permalink
fix(travis): fix next stage (valor-software#5419)
Browse files Browse the repository at this point in the history
  • Loading branch information
Domainv authored Oct 3, 2019
1 parent 2ed2473 commit 6af8416
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 18 deletions.
33 changes: 16 additions & 17 deletions scripts/ci/npm-ng-next.sh
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
#!/usr/bin/env bash

npm i @angular/animations@next \
@angular/core@next \
@angular-devkit/core@next \
@angular-devkit/schematics@next \
@angular/cli@next \
@angular/common@next \
@angular/compiler-cli@next \
@angular/compiler@next \
@angular/forms@next \
@angular/http@next \
@angular/language-service@next \
@angular/platform-browser-dynamic@next \
@angular/platform-browser@next \
@angular/platform-server@next \
@angular/router@next \
@angular/service-worker@next \
@schematics/angular@next \
npm i @angular/[email protected] \
@angular/[email protected] \
@angular-devkit/[email protected] \
@angular-devkit/[email protected] \
@angular/[email protected] \
@angular/[email protected] \
@angular/[email protected] \
@angular/[email protected] \
@angular/[email protected] \
@angular/[email protected] \
@angular/[email protected] \
@angular/[email protected] \
@angular/[email protected] \
@angular/[email protected] \
@angular/[email protected] \
@schematics/[email protected] \
[email protected] \
[email protected] \
[email protected]
1 change: 0 additions & 1 deletion src/sortable/sortable.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { DraggableItemService } from './draggable-item.service';
<div
[ngClass]="wrapperClass"
[ngStyle]="wrapperStyle"
[ngStyle]="wrapperStyle"
(dragover)="cancelEvent($event)"
(dragenter)="cancelEvent($event)"
(drop)="resetActiveItem($event)"
Expand Down

0 comments on commit 6af8416

Please sign in to comment.