feat(package): upgrade to angular 2.0.0-rc.1 (#176)

* Upgrade to angular 2.0.0-rc.1

* Add a simple .travis.yml

closes #180

* Upgrade to ng2-bootstrap 1.0.16

* Install typings on prepublish

* (chore) Fix rxjs dependency, moved it to dev dep

* (chore) Upgrade to node 6. Keep mandatory deps.
This commit was merged in pull request #176.
This commit is contained in:
Carlos Iriarte
2016-05-07 10:39:03 -06:00
committed by Dmitriy Shekhovtsov
parent 32219befa8
commit 13c5c35864
11 changed files with 76 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
import { Directive, EventEmitter, ElementRef } from 'angular2/core';
import { Directive, EventEmitter, ElementRef } from '@angular/core';
import { FileUploader } from './file-uploader';

View File

@@ -1,4 +1,4 @@
import { Directive, ElementRef } from 'angular2/core';
import { Directive, ElementRef } from '@angular/core';
import {FileUploader} from './file-uploader';