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 01ecfb5 commit 20f3da7Copy full SHA for 20f3da7
HISTORY.md
@@ -1,5 +1,8 @@
1
# ModClean History
2
3
+## 3.0.0-alpha.6 (5/18/2018)
4
+* **FIX:** Fixed old variable reference in CLI (#24)
5
+
6
## 3.0.0-alpha.5 (5/17/2018)
7
* **IMPROVEMENT:** Better checking whether a directory is a module by ensuring the parent directory is equal to `options.modulesDir`.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "modclean",
- "version": "3.0.0-alpha.5",
+ "version": "3.0.0-alpha.6",
"description": "Remove unwanted files and directories from your node_modules folder",
"main": "index.js",
"bin": {
0 commit comments