File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Debounce decorator for es6+, with promise support
8
8
### Usage
9
9
Default debounce time = 500ms
10
10
``` javascript
11
+ import debounce from ' debounce-decorator-es6' ;
12
+
11
13
class Store {
12
14
message = ' msg' ;
13
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " debounce-decorator-es6" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"description" : " Debounce decorator for es6+, with promise support" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
15
15
"bugs" : {
16
16
"url" : " https://github.com/izica/debounce-decorator-es6/issues"
17
17
},
18
- "homepage" : " https://github.com/izica/debounce-decorator-es6#readme"
18
+ "homepage" : " https://github.com/izica/debounce-decorator-es6#readme" ,
19
+ "keywords" : [
20
+ " javascript" ,
21
+ " decorator" ,
22
+ " debounce" ,
23
+ " debounced" ,
24
+ " promise" ,
25
+ " promise-support" ,
26
+ " decorator-es6" ,
27
+ " debounce-es6" ,
28
+ " javascript-es6" ,
29
+ " es6"
30
+ ]
19
31
}
You can’t perform that action at this time.
0 commit comments