We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad46e98 commit db73f2aCopy full SHA for db73f2a
1 file changed
package.json
@@ -38,5 +38,8 @@
38
"scripts": {
39
"test": "node ./test/test.js"
40
},
41
- "main": "md5"
+ "files": [
42
+ "md5.js"
43
+ ],
44
+ "main": "md5.js"
45
}
0 commit comments