Added CommonJS detection.

This commit is contained in:
Chen Yi-Cyuan
2016-09-12 20:07:58 +08:00
parent f0ff77ca47
commit bb08d1fc64
5 changed files with 24 additions and 19 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "js-sha3",
"version": "0.5.3",
"version": "0.5.4",
"description": "A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.",
"main": "src/sha3.js",
"devDependencies": {