Add .npmignore and bump version.
This commit is contained in:
parent
ceb93e3a88
commit
bf5a39da0e
2
.npmignore
Normal file
2
.npmignore
Normal file
@ -0,0 +1,2 @@
|
||||
test/
|
||||
.DS_Store
|
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user