Skip to content

Commit

Permalink
Fixed lib reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigogs committed Jul 3, 2018
1 parent 9bdbea1 commit 10cf981
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lib/MySQLEvents.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const debug = require('debuggler')();
const ZongJi = require('zongji');
const ZongJi = require('@rodrigogs/zongji');
const EventEmitter = require('events');
const eventHandler = require('./eventHandler');
const connectionHandler = require('./connectionHandler');
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rodrigogs/mysql-events",
"version": "0.2.2-APLHA",
"version": "0.3.0-APLHA",
"license": "BSD-3-Clause",
"description": "A node.js package that watches a MySQL database and runs callbacks on matched events like updates on tables and/or specific columns.",
"homepage": "https://github.com/rodrigogs/mysql-events",
Expand All @@ -22,10 +22,10 @@
"coverage": "nyc --reporter=lcov npm test"
},
"dependencies": {
"@rodrigogs/zongji": "^0.4.8",
"debug": "^3.1.0",
"debuggler": "^1.0.0",
"mysql": "^2.15.0",
"zongji": "0.4.5"
"mysql": "^2.15.0"
},
"devDependencies": {
"chai": "^4.1.2",
Expand Down

0 comments on commit 10cf981

Please sign in to comment.