chore(npm): publish package as 'ionic-angular'

BREAKING CHANGE: imports from the framework were:
```
  import {Platform} from 'ionic-framework/ionic';
```
and are now:
```
  import {Platform} from 'ionic-angular';
```
This commit is contained in:
Tim Lancina
2016-02-22 12:59:31 -06:00
parent 69a3517756
commit 1cfca53f9d
7 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,4 @@
System.register('ionic/components/slides/swiper-widget',[],function(_export){ /**
System.register('ionic-angular/components/slides/swiper-widget',[],function(_export){ /**
* Swiper 3.1.2
* Most modern mobile touch slider and framework with hardware accelerated transitions
*