Comparing version 1.0.7-alpha to 1.0.8-alpha
{ | ||
"name": "memlab", | ||
"version": "1.0.7-alpha", | ||
"version": "1.0.8-alpha", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.", |
@@ -12,3 +12,3 @@ # memlab | ||
```bash | ||
npm install -g @memlab | ||
npm install -g memlab | ||
``` | ||
@@ -15,0 +15,0 @@ |
5761