Skip to content

Commit

Permalink
Use node-bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Jan 28, 2012
1 parent 8012296 commit ebbdf3d
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 38 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
37 changes: 0 additions & 37 deletions lib/bindings.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/ffi.js
@@ -1,6 +1,6 @@
var ffi = module.exports

ffi.Bindings = require('./bindings')
ffi.Bindings = require('bindings')('ffi_bindings.node')

ffi.VERSION = '0.5.0'

Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -8,6 +8,9 @@
, "homepage": "http://github.com/rbranson/node-ffi"
, "engines": { "node": ">=0.6.0" }
, "main": "./lib/ffi"
, "dependencies": {
"bindings": "*"
}
, "devDependencies": {
"expect.js": "*"
, "mocha": ">= 0.10.x"
Expand Down

0 comments on commit ebbdf3d

Please sign in to comment.