Skip to content

Commit

Permalink
Merge pull request #116 from meteorrn/deps-remove-wolfy87-eventemitter
Browse files Browse the repository at this point in the history
Replaced wolfy87-eventemitter with core EventEmtiter from 'events'
  • Loading branch information
TheRealNate authored Jun 8, 2023
2 parents 69ceffd + 47e1ffb commit 2f9b4fb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/ddp.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import EventEmitter from 'wolfy87-eventemitter';
import { EventEmitter } from 'events';
import Queue from './queue';
import Socket from './socket';
import { uniqueId } from './utils';
Expand Down
3 changes: 1 addition & 2 deletions lib/socket.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import EventEmitter from 'wolfy87-eventemitter';
// TODO: 0.60+ supports import { EventEmitter } from 'events';
import { EventEmitter } from 'events';
import EJSON from 'ejson';
import './mongo-id'; // Register mongo object ids */

Expand Down
5 changes: 0 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"homepage": "https://github.com/TheRealNate/meteor-react-native#readme",
"dependencies": {
"@meteorrn/minimongo": "1.0.1",
"ejson": "2.2.3",
"wolfy87-eventemitter": "4.3.0"
"ejson": "2.2.3"
},
"devDependencies": {
"@babel/core": "7.19.6",
Expand Down

0 comments on commit 2f9b4fb

Please sign in to comment.