### Remove

- package.json module property.
pull/41/head v0.8.2
Yi-Cyuan Chen 2 years ago
parent daf1188dc6
commit 0ecaeee185

@ -1,6 +1,10 @@
# Change Log
## v0.8.1 / 2023-10-
## v0.8.2 / 2023-10-09
### Remove
- package.json module property.
## v0.8.1 / 2023-10-09
### Added
- TypeScript base64 interfaces.
- Disable webpack polyfill.

@ -1,6 +1,6 @@
{
"name": "js-md5",
"version": "0.8.1",
"version": "0.8.2",
"main": ["src/md5.js"],
"ignore": [
"tests"

@ -1,9 +1,8 @@
{
"name": "js-md5",
"version": "0.8.1",
"version": "0.8.2",
"description": "A simple MD5 hash function for JavaScript supports UTF-8 encoding.",
"main": "build/md5.min.js",
"module": "src/md5.js",
"devDependencies": {
"expect.js": "~0.3.1",
"jsdoc": "~4.0.2",

@ -2,7 +2,7 @@
* [js-md5]{@link https://github.com/emn178/js-md5}
*
* @namespace md5
* @version 0.8.1
* @version 0.8.2
* @author Chen, Yi-Cyuan [emn178@gmail.com]
* @copyright Chen, Yi-Cyuan 2014-2023
* @license MIT

Loading…
Cancel
Save