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 b5544d4 commit f87797cCopy full SHA for f87797c
HISTORY.md
@@ -1,5 +1,8 @@
1
# ModClean History
2
3
+## 3.0.0-alpha.4 (5/17/2018)
4
+* **FIX:** Fix typo that caused all directories to be marked as a module.
5
+
6
## 3.0.0-alpha.3 (5/16/2018)
7
* **NEW:** Added `modclean.version` and `ModClean.version`.
8
package.json
@@ -1,6 +1,6 @@
{
"name": "modclean",
- "version": "3.0.0-alpha.3",
+ "version": "3.0.0-alpha.4",
"description": "Remove unwanted files and directories from your node_modules folder",
"main": "index.js",
"bin": {
0 commit comments