Skip to content

Commit b907f51

Browse files
committed
chore: Removed rxjs dependency
1 parent deb8021 commit b907f51

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Build Status](https://travis-ci.org/flauc/angular2-notifications.svg?branch=master)](https://travis-ci.org/flauc/angular2-notifications)
2-
[![NPM Version](https://img.shields.io/badge/npm-0.4.47-brightgreen.svg?style=flat)](https://www.npmjs.com/package/angular2-notifications)
2+
[![NPM Version](https://img.shields.io/badge/npm-0.4.48-brightgreen.svg?style=flat)](https://www.npmjs.com/package/angular2-notifications)
33
# Angular2-Notifications
44
A light and easy to use notifications library for Angular 2. It features both regular page notifications (toasts) and push notifications.
55

components.metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./src/simple-notifications.module","export":["SimpleNotificationsModule"]},{"from":"./src/simple-notifications.component","export":["SimpleNotificationsComponent"]},{"from":"./src/notification.component","export":["NotificationComponent"]},{"from":"./src/notifications.service","export":["NotificationsService"]},{"from":"./src/max.pipe","export":["MaxPipe"]},{"from":"./src/push-notifications.module","export":["PushNotificationsModule"]},{"from":"./src/push-notifications.service","export":["PushNotificationsService"]}]}
1+
[{"__symbolic":"module","version":3,"metadata":{},"exports":[{"from":"./src/simple-notifications.module","export":["SimpleNotificationsModule"]},{"from":"./src/simple-notifications.component","export":["SimpleNotificationsComponent"]},{"from":"./src/notification.component","export":["NotificationComponent"]},{"from":"./src/notifications.service","export":["NotificationsService"]},{"from":"./src/max.pipe","export":["MaxPipe"]},{"from":"./src/push-notifications.module","export":["PushNotificationsModule"]},{"from":"./src/push-notifications.service","export":["PushNotificationsService"]}]},{"__symbolic":"module","version":1,"metadata":{},"exports":[{"from":"./src/simple-notifications.module","export":["SimpleNotificationsModule"]},{"from":"./src/simple-notifications.component","export":["SimpleNotificationsComponent"]},{"from":"./src/notification.component","export":["NotificationComponent"]},{"from":"./src/notifications.service","export":["NotificationsService"]},{"from":"./src/max.pipe","export":["MaxPipe"]},{"from":"./src/push-notifications.module","export":["PushNotificationsModule"]},{"from":"./src/push-notifications.service","export":["PushNotificationsService"]}]}]

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-notifications",
3-
"version": "0.4.47",
3+
"version": "0.4.48",
44
"description": "An easy to use notification library for angular 2",
55
"repository": {
66
"type": "git",
@@ -31,8 +31,7 @@
3131
"peerDependencies": {
3232
"@angular/core": "^2.1.2",
3333
"@angular/common": "^2.1.2",
34-
"@angular/platform-browser": "^2.1.1",
35-
"rxjs": "5.0.0-beta.12"
34+
"@angular/platform-browser": "^2.1.1"
3635
},
3736
"devDependencies": {
3837
"@angular/common": "^2.1.2",

0 commit comments

Comments
 (0)