Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Nov 17, 2023
1 parent 3340972 commit 36a08bd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "component-emitter",
"version": "0.0.0",
"version": "1.3.1",
"description": "Simple event emitter",
"license": "MIT",
"repository": "sindresorhus/component-emitter",
Expand All @@ -23,7 +23,13 @@
"index.d.ts"
],
"keywords": [
""
"event",
"emitter",
"events",
"emit",
"listener",
"pubsub",
"observe"
],
"devDependencies": {
"ava": "^5.3.1",
Expand Down

0 comments on commit 36a08bd

Please sign in to comment.