Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
adds eventemitter
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Feb 13, 2019
1 parent f28b99d commit 123c98c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -8,6 +8,7 @@ module.exports = {
rules: {
"import/prefer-default-export": [0],
"no-underscore-dangle": [0],
"class-methods-use-this": [0]
},
plugins: [
'jest'
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -36,7 +36,8 @@
"lodash": "^4.17.11",
"qs": "^6.5.2",
"query-string": "^6.2.0",
"uuid": "^3.3.2"
"uuid": "^3.3.2",
"wolfy87-eventemitter": "^5.2.5"
},
"scripts": {
"compile": "babel src -d lib",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Expand Up @@ -5216,6 +5216,11 @@ wif@^2.0.1, wif@^2.0.6:
dependencies:
bs58check "<3.0.0"

wolfy87-eventemitter@^5.2.5:
version "5.2.5"
resolved "https://registry.yarnpkg.com/wolfy87-eventemitter/-/wolfy87-eventemitter-5.2.5.tgz#e7af2adbb84e481c65edeb2a2e01032c8ff1b88f"
integrity sha512-1Og5JkuMNZfZcDn76HM1ktUqG8MOMWKpaGdExM1pcTloUNSBkx4Mti3/jRKSTt1vI3P7S8BTkFogqMbc7m3A7Q==

wordwrap@~0.0.2:
version "0.0.3"
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
Expand Down

0 comments on commit 123c98c

Please sign in to comment.