diff options
| author | Marin Ivanov <[email protected]> | 2019-04-27 09:51:03 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2019-04-27 09:51:03 +0300 |
| commit | 43dcbd6f83647548464079e628297244145eb4f6 (patch) | |
| tree | d42c8010f5812c564758b6e65795a5dc1486bdb3 /package.json | |
| parent | bdf8fce4c2a1a51e1b2996e2dde8c3cf98dc8417 (diff) | |
Add keywords to package.json
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json index 3b758fb..d7268b4 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,12 @@ "type": "git", "url": "https://github.com/metala/nitt.git" }, + "keywords": [ + "nitt", + "event-listener", + "event-emitter", + "eventemitter" + ], "scripts": { "build": "microbundle", "dev": "microbundle watch", |
