Skip to content

Commit 20f3da7

Browse files
committed
3.0.0-alpha.6
1 parent 01ecfb5 commit 20f3da7

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.6 (5/18/2018)
4+
* **FIX:** Fixed old variable reference in CLI (#24)
5+
36
## 3.0.0-alpha.5 (5/17/2018)
47
* **IMPROVEMENT:** Better checking whether a directory is a module by ensuring the parent directory is equal to `options.modulesDir`.
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.5",
3+
"version": "3.0.0-alpha.6",
44
"description": "Remove unwanted files and directories from your node_modules folder",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)