* Removed length detection in node.js.

* Deprecated `buffer` and replace by `arrayBuffer`.
This commit is contained in:
Yi-Cyuan
2016-03-31 16:25:38 +08:00
parent 261e55bd5c
commit 5fcee84417
15 changed files with 435 additions and 447 deletions
+1 -2
View File
@@ -1,9 +1,8 @@
{
"name": "js-md5",
"version": "0.4.0",
"version": "0.4.1",
"main": ["src/md5.js"],
"ignore": [
"samples",
"tests"
]
}