Skip to content

Commit a80c186

Browse files
committed
1.0.1
1 parent 0270bc8 commit a80c186

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Debounce decorator for es6+, with promise support
88
### Usage
99
Default debounce time = 500ms
1010
```javascript
11+
import debounce from 'debounce-decorator-es6';
12+
1113
class Store {
1214
message = 'msg';
1315

package.json

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "debounce-decorator-es6",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Debounce decorator for es6+, with promise support",
55
"main": "index.js",
66
"scripts": {
@@ -15,5 +15,17 @@
1515
"bugs": {
1616
"url": "https://github.com/izica/debounce-decorator-es6/issues"
1717
},
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+
]
1931
}

0 commit comments

Comments
 (0)