Skip to content

Commit

Permalink
refractor: update package keywords for npm (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Nettis <nettisfabio@gmail.com>
  • Loading branch information
fabio-nettis committed Jan 25, 2024
1 parent 20b8565 commit 47341df
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,19 @@
"license": "MIT",
"private": false,
"description": "A tiny and highly customizable event bus supporting different dispatching strategies.",
"version": "1.1.3",
"version": "1.1.4",
"main": "dist/index.mjs",
"types": "dist/index.d.ts",
"keywords": [
"typescript",
"async",
"persistence",
"event-driven",
"typesafe",
"event-bus",
"retry-strategies",
"event-replay"
],
"files": [
"dist"
],
Expand Down

0 comments on commit 47341df

Please sign in to comment.