mirror of
https://github.com/emn178/js-md5.git
synced 2026-08-13 04:51:44 +08:00
- Modern and lite builds generated from the same source. - support ESM. - Set up GitHub release action / provenance ### Fixed - Fix uploading coverage to coveralls - fix recognize environment is node when use browserfs
9 lines
102 B
JSON
9 lines
102 B
JSON
{
|
|
"name": "js-md5",
|
|
"version": "0.9.0",
|
|
"main": ["src/md5.js"],
|
|
"ignore": [
|
|
"tests"
|
|
]
|
|
}
|