Skip to content

Commit 34e65c0

Browse files
committed
1.0.3
1 parent 8390495 commit 34e65c0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# decorators-es6
2-
Decorators for es6+, with promise support
2+
Decorators for es6+, with promise support(Async support)
33
### Install
44
```
55
npm install decorators-es6
@@ -18,6 +18,7 @@ yarn add decorators-es6
1818
* Easy to use as decorator in es6
1919
* Promise support
2020
* Decorated function return value in promise chain
21+
* Async(work with async as promise)
2122

2223
### Warning
2324
For use this package your app need to support these features(Babel or Polyfills):

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "decorators-es6",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Useful decorators for es6+, with promise support",
55
"main": "index.js",
66
"scripts": {
@@ -29,6 +29,7 @@
2929
"memoize",
3030
"memoize-es6",
3131
"throttle",
32-
"throttle-es6"
32+
"throttle-es6",
33+
"async"
3334
]
3435
}

0 commit comments

Comments
 (0)