Skip to content

Commit

Permalink
Merge pull request #13 from davidjamesstone/patch-1
Browse files Browse the repository at this point in the history
package.json "keywords" typo
  • Loading branch information
mkuklis committed Sep 1, 2013
2 parents 65ef0aa + 5600b28 commit cc0887e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ "name": "asEvented"
, "version": "0.4.2"
, "description": "Micro event emitter which provides the observer pattern to JavaScript object."
, "keywords": ["evemts", "emitter", "bind", "trigger", "observer"]
, "keywords": ["events", "emitter", "bind", "trigger", "observer"]
, "author": "Michal Kuklis <michal.kuklis@gmail.com>"
, "contributors": [
{ "name": "Michal Kuklis", "email": "michal.kuklis@gmail.com" }]
Expand Down

0 comments on commit cc0887e

Please sign in to comment.