Skip to content

Commit f87797c

Browse files
committed
3.0.0-alpha.4
1 parent b5544d4 commit f87797c

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.4 (5/17/2018)
4+
* **FIX:** Fix typo that caused all directories to be marked as a module.
5+
36
## 3.0.0-alpha.3 (5/16/2018)
47
* **NEW:** Added `modclean.version` and `ModClean.version`.
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.3",
3+
"version": "3.0.0-alpha.4",
44
"description": "Remove unwanted files and directories from your node_modules folder",
55
"main": "index.js",
66
"bin": {

0 commit comments

Comments
 (0)