Skip to content

Commit 34bd605

Browse files
authored
chore(package): update package description (#5)
1 parent 1b2b143 commit 34bd605

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Build Status](https://travis-ci.org/AndrewPoyntz/time-ago-pipe.svg?branch=master)](https://travis-ci.org/AndrewPoyntz/time-ago-pipe) [![npm](https://img.shields.io/npm/v/time-ago-pipe.svg)](https://www.npmjs.com/package/time-ago-pipe) [![npm](https://img.shields.io/npm/dt/time-ago-pipe.svg?maxAge=25920)](https://www.npmjs.com/package/time-ago-pipe) [![GitHub issues](https://img.shields.io/github/issues/AndrewPoyntz/time-ago-pipe.svg?maxAge=25920?style=plastic)](https://github.com/AndrewPoyntz/time-ago-pipe/issues) [![npm](https://img.shields.io/npm/l/time-ago-pipe.svg?maxAge=25920?style=plastic)](https://github.com/AndrewPoyntz/time-ago-pipe/blob/master/LICENSE)
33

44

5-
A really simple, lightweight Angular 2 pipe for converting a date string into a time ago
5+
A really simple, lightweight Angular pipe for converting a date string into a time ago
66

77
|Time Range|Output|
88
|---|---|
@@ -23,7 +23,9 @@ A really simple, lightweight Angular 2 pipe for converting a date string into a
2323
## Usage
2424
It can be imported into your angular project, as you would for any other library.
2525

26-
The d.ts files are included, so typings should be picked up automatically :+1:
26+
The d.ts files are included, so typings should be picked up automatically.
27+
28+
& thanks to awesome contributors, should now be AoT friendly too.
2729

2830
#### SystemJS
2931
in your system config file:
@@ -58,5 +60,4 @@ In your component templates you can just do:
5860
```
5961
<span>{{your_date | timeAgo}}</span>
6062
```
61-
where "your_date" is a local date string, which could be parsed by the standard Js Date()
62-
63+
where "your_date" is a local date string, which could be parsed by the standard Js Date()

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "time-ago-pipe",
3-
"version": "1.1.1",
4-
"description": "A really simple, lightweight Angular 2 pipe for converting a date string into a time ago",
3+
"version": "1.2.0",
4+
"description": "A really simple, lightweight Angular pipe for converting a date string into a time ago",
55
"main": "time-ago-pipe.js",
66
"typings": "time-ago-pipe.d.ts",
77
"scripts": {

0 commit comments

Comments
 (0)