Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "bfilter", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Bloom filters for javascript", | ||
@@ -19,3 +19,2 @@ "keywords": [ | ||
"scripts": { | ||
"install": "node-gyp rebuild || echo 'Build failed.'", | ||
"browserify": "browserify -s bfilter lib/bfilter.js | uglifyjs -c > bfilter.js", | ||
@@ -22,0 +21,0 @@ "clean": "rm -f bfilter.js", |
Sorry, the diff of this file is not supported yet
20974