Skip to content

Commit c07cc14

Browse files
committed
Replace .npmignore with files word whitelist
- Delete .npmignore file. - Use `files` word whitelist to optimize publication.
1 parent 2b3c8f6 commit c07cc14

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

.npmignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,14 @@
1919
"url": "https://github.com/xn-02f/md5/issues"
2020
},
2121
"homepage": "https://github.com/xn-02f/md5#readme",
22+
"devDependencies": {
23+
"mocha": "^5.2.0"
24+
},
25+
"files": [
26+
"md5.js"
27+
],
2228
"keywords": [
2329
"js",
2430
"MD5"
25-
],
26-
"devDependencies": {
27-
"mocha": "^5.2.0"
28-
}
31+
]
2932
}

0 commit comments

Comments
 (0)