Skip to content

Commit 4775049

Browse files
committed
3.0.0-alpha.5
1 parent e2cb027 commit 4775049

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

HISTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ModClean History
22

3+
## 3.0.0-alpha.5 (5/17/2018)
4+
* **IMPROVEMENT:** Better checking whether a directory is a module by ensuring the parent directory is equal to `options.modulesDir`.
5+
36
## 3.0.0-alpha.4 (5/17/2018)
47
* **FIX:** Fix typo that caused all directories to be marked as a module.
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "modclean",
3-
"version": "3.0.0-alpha.4",
3+
"version": "3.0.0-alpha.5",
44
"description": "Remove unwanted files and directories from your node_modules folder",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)