Navigation Menu

Skip to content

Commit

Permalink
Use node-bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 13, 2012
1 parent 8a4e67d commit 2b91175
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sqlite3.js
@@ -1,4 +1,4 @@
var sqlite3 = module.exports = exports = require('./node_sqlite3.node');
var sqlite3 = module.exports = exports = require('bindings')('node_sqlite3.node');
var path = require('path');
var util = require('util');
var EventEmitter = require('events').EventEmitter;
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -26,6 +26,9 @@
"type": "git",
"url": "git://github.com/developmentseed/node-sqlite3.git"
},
"dependencies": {
"bindings": "*"
},
"devDependencies": {
"step": "0.0.4",
"expresso": "*"
Expand Down

0 comments on commit 2b91175

Please sign in to comment.