From 509cb477fb56bb83b38721774332c244808a02ca Mon Sep 17 00:00:00 2001 From: danrevah Date: Thu, 12 Jan 2017 23:27:45 +0200 Subject: [PATCH] Bump version --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3894b555..e23007ed 100644 --- a/README.md +++ b/README.md @@ -606,15 +606,15 @@ this.users = [ ``` ```html -// Returns users with `id` of 1 +

{{ users | filterBy: ['id']: 1 }}

-// filterBy also support nested properties +

{{ users | filterBy: ['work.company']: 'Bar Tech' }}

-// Return users whose first name or last name is 'John'. +

{{ users | filterBy: ['first_name', 'last_name']: 'John' }}

``` diff --git a/package.json b/package.json index 5c08f25a..ce78a29b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "angular2-pipes", + "name": "ngx-pipes", "version": "1.2.2", "author": "Dan Revah", "description": "Useful angular2 pipes",