@badisi/ngx-safe-subscribe 2.2.5 → 2.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  Automatically unsubscribe from RxJS observables in Angular components.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/@badisi/ngx-safe-subscribe?color=blue&logo=npm)](https://www.npmjs.com/package/@badisi/ngx-safe-subscribe)
6
- [![Download](https://img.shields.io/npm/dw/@badisi/ngx-safe-subscribe.svg?color=blue&logo=npm)](https://npmcharts.com/compare/@badisi/ngx-safe-subscribe?minimal=true)
6
+ [![Download](https://img.shields.io/npm/dw/@badisi/ngx-safe-subscribe.svg?color=7986CB&logo=npm)](https://npmcharts.com/compare/@badisi/ngx-safe-subscribe?minimal=true)
7
7
  [![License](https://img.shields.io/npm/l/@badisi/ngx-safe-subscribe.svg?color=ff69b4)](https://github.com/Badisi/ngx-safe-subscribe/blob/master/LICENSE)
8
8
 
9
9
  <!--[![peerDependency Status](https://david-dm.org/badisi/ngx-safe-subscribe/peer-status.svg)](https://david-dm.org/badisi/ngx-safe-subscribe?type=peer)-->
@@ -14,11 +14,11 @@ Automatically unsubscribe from RxJS observables in Angular components.
14
14
  ## Installation
15
15
 
16
16
  ```sh
17
- $ npm install @badisi/ngx-safe-subscribe --save
17
+ npm install @badisi/ngx-safe-subscribe --save
18
18
  ```
19
19
 
20
20
  ```sh
21
- $ yarn add @badisi/ngx-safe-subscribe
21
+ yarn add @badisi/ngx-safe-subscribe
22
22
  ```
23
23
 
24
24
  ## Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@badisi/ngx-safe-subscribe",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
4
4
  "description": "Easy way to automatically unsubscribe from RxJS observables in Angular components",
5
5
  "homepage": "https://github.com/badisi/ngx-safe-subscribe",
6
6
  "license": "MIT",