Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "adler32", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Adler-32 hashing algorithm", | ||
@@ -13,3 +13,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "mocha -R spec ./test.js", | ||
"test": "mocha -t 10000 -R spec ./test.js", | ||
"bench": "./bench.js" | ||
@@ -16,0 +16,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
# adler32 [![Build Status](https://travis-ci.org/BlueJeansAndRain/adler32.svg?branch=master)](https://travis-ci.org/BlueJeansAndRain/adler32) | ||
# adler32 [![Build Status](https://travis-ci.org/ChrisAckerman/adler32.svg?branch=master)](https://travis-ci.org/BlueJeansAndRain/adler32) | ||
@@ -3,0 +3,0 @@ Adler-32 hashing algorithm with support for running and rolling checksums. |
10141