Skip to content

Commit

Permalink
Update and normalize EventEmitter2 dependency (RobotWebTools#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollrath authored Jan 16, 2019
1 parent 94676d1 commit 53d9425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"utils"
],
"dependencies": {
"eventemitter2": "~2.2.0"
"eventemitter2": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"time-grunt": "^1.0.0"
},
"dependencies": {
"eventemitter2": "~2.2.0",
"eventemitter2": "^4.1.0",
"object-assign": "^4.0.1",
"pngparse": "^2.0.1",
"ws": "^1.1.1",
Expand Down

0 comments on commit 53d9425

Please sign in to comment.