We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cb027 commit 4775049Copy full SHA for 4775049
HISTORY.md
@@ -1,5 +1,8 @@
1
# ModClean History
2
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
+
6
## 3.0.0-alpha.4 (5/17/2018)
7
* **FIX:** Fix typo that caused all directories to be marked as a module.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "modclean",
- "version": "3.0.0-alpha.4",
+ "version": "3.0.0-alpha.5",
"description": "Remove unwanted files and directories from your node_modules folder",
"main": "index.js",
"bin": {
0 commit comments