Skip to content

Commit

Permalink
chore: replace dependency
Browse files Browse the repository at this point in the history
Moved bbb-diff from my personal npm account to mconf's organization.
  • Loading branch information
pedrobmarin committed May 11, 2022
1 parent 032931f commit 552aafb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/redis/database.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const _ = require('lodash');
const { diff } = require('bbb-diff');
const { diff } = require('@mconf/bbb-diff');
const config = require('../../config');
const mapper = require('./mapper');
const sender = require('./sender');
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"homepage": "https://github.com/bigbluebutton/bbb-pads#readme",
"dependencies": {
"@mconf/bbb-diff": "^1.2.0",
"axios": "^0.22.0",
"bbb-diff": "^1.1.0",
"express": "^4.17.3",
"http-proxy": "^1.18.1",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 552aafb

Please sign in to comment.