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