Skip to content

Commit b8ad238

Browse files
author
Georgi Peltekov
committed
fix type mail and travis
1 parent 79c8369 commit b8ad238

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ branches:
1616
script:
1717
- npm install
1818
&& npm install -g npm-cli-login
19-
&& npm install ngx-file-drop
2019
&& ng build --prod
2120
# Notifications
2221
notifications:
2322
email:
2423
recipients:
25-
- georgi.peltekov@accedia.com.com
24+
- georgi.peltekov@accedia.com
2625
on_success: change
2726
on_failure: change

lib/sandbox/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Component } from '@angular/core';
2-
import { UploadFile, UploadEvent } from 'ngx-file-drop/lib/ngx-drop';
2+
import { UploadFile, UploadEvent } from '../../ngx-drop';
33

44
@Component({
55
selector: 'demo-root',

0 commit comments

Comments
 (0)