Add .npmignore and bump version.

This commit is contained in:
Jason Davies 2011-12-07 11:55:04 +00:00
parent ceb93e3a88
commit bf5a39da0e
2 changed files with 5 additions and 2 deletions

2
.npmignore Normal file
View File

@ -0,0 +1,2 @@
test/
.DS_Store

View File

@ -1,6 +1,6 @@
{
"name": "bloomfilter.js",
"version": "0.0.3",
"name": "bloomfilter",
"version": "0.0.4",
"description": "Fast bloom filter in JavaScript.",
"keywords": [
"bloom filter",
@ -15,6 +15,7 @@
"type": "git",
"url": "http://github.com/jasondavies/bloomfilter.js.git"
},
"main": "bloomfilter.js",
"dependencies": {
"vows": "0.6.0"
}