Skip to content

Commit

Permalink
Merge branch 'master' of github.com:tokuhirom/node-gdbm
Browse files Browse the repository at this point in the history
  • Loading branch information
tokuhirom committed Dec 25, 2011
2 parents d0ed060 + 15d49b9 commit a692f87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@ deps:
npm install

clean:
rm -rf build/ hoge.db .lock-wscript version.h
rm -rf build/ hoge.db .lock-wscript version.h gdbm.node

push: test clean
npm publish
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -8,6 +8,7 @@
"type": "git",
"url": "git://github.com/tokuhirom/node-gdbm.git"
},
"main" : "./gdbm",
"scripts": {
"test": "make test"
},
Expand Down

0 comments on commit a692f87

Please sign in to comment.