Skip to content

Commit

Permalink
correcting keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 31, 2019
1 parent cd74b25 commit f99b246
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-events",
"version": "0.0.8",
"version": "0.0.9",
"description": "Events subscription in TypeScript.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -34,9 +34,11 @@
"url": "https://github.com/vitaly-t/sub-events/issues"
},
"keywords": [
"observable",
"event",
"subscription",
"counter"
"typescript",
"observable",
"count"
],
"devDependencies": {
"@types/chai": "4.1.7",
Expand Down

0 comments on commit f99b246

Please sign in to comment.