Skip to content

Commit

Permalink
* fix inclusion bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
redblaze committed Sep 26, 2013
1 parent 695d5d2 commit 856e76d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/node-mysql.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

var Class = require('better-js-class');
var $U = require('underscore');
var _DB = require('./db.js');
var $M = require('./model.js');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A wrapper of node.js mysql package to make it a bit easier to use.",
"main": "./lib/node-mysql",
"author": "Chiyan Chen",
"version": "0.2.8",
"version": "0.2.9",
"repository" : {
"type" : "git",
"url" : "https://github.com/redblaze/node-mysql.git"
Expand Down

0 comments on commit 856e76d

Please sign in to comment.