Skip to content

Commit

Permalink
Merged pull request node-ffi#13 from fabiomcosta/master.
Browse files Browse the repository at this point in the history
Fix on package.json
  • Loading branch information
rbranson committed Apr 28, 2011
2 parents 6517a06 + b14d9f0 commit 2b4cdf9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"description": "A foreign function interface (FFI) for Node.js",
"homepage": "http://github.com/rbranson/node-ffi",
"engines": { "node": ">=0.2.0" },
"modules": {
"index": "./lib/ffi"
},
"main": "./lib/ffi",
"scripts": {
"preinstall": "node-waf configure build",
"preuninstall": "node-waf clean",
Expand Down

0 comments on commit 2b4cdf9

Please sign in to comment.