version bump 0.2.1: streamlined node module

h/t @ashnur
This commit is contained in:
SheetJS 2014-07-06 12:59:48 -04:00
parent 51cd43a372
commit 77228baf0a

View File

@ -1,6 +1,6 @@
{
"name": "adler-32",
"version": "0.2.0",
"version": "0.2.1",
"author": "sheetjs",
"description": "Pure-JS ADLER-32",
"keywords": [ "adler32", "checksum" ],
@ -21,7 +21,7 @@
"pattern": "adler32.js"
}
},
"files": ["adler32.js", "LICENSE", "README.md"],
"files": ["adler32.js", "LICENSE", "README.md"],
"bugs": { "url": "https://github.com/SheetJS/js-adler32/issues" },
"license": "Apache-2.0",
"engines": { "node": ">=0.8" }