Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from valiton/master
Browse files Browse the repository at this point in the history
support node-gyp
  • Loading branch information
kesla committed Feb 25, 2013
2 parents 6c52e11 + 0e34e33 commit 3948b1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions binding.gyp
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,9 @@
{
'targets': [
{
'target_name': 'binding',
'sources': [ 'src/binding.cc', 'deps/libsnappy/snappy.cc', 'deps/libsnappy/snappy-sinksource.cc' ],
'include_dirs': ['deps/libsnappy/']
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "David Björklund <david.bjorklund@gmail.com>", "author": "David Björklund <david.bjorklund@gmail.com>",
"name": "snappy", "name": "snappy",
"description": "Nodejs bindings to Google's Snappy compression library", "description": "Nodejs bindings to Google's Snappy compression library",
"version": "1.2.0", "version": "1.3.0",
"homepage": "https://github.com/kesla/node-snappy", "homepage": "https://github.com/kesla/node-snappy",
"repository": { "repository": {
"type": "git", "type": "git",
Expand Down

0 comments on commit 3948b1c

Please sign in to comment.