memlab 1.0.7-alpha → 1.0.8-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,7 +9,7 @@ for analyzing heap snapshots taken from Chrome/Chromium, Node.js, Hermes, and El
9
9
  Install the CLI
10
10
 
11
11
  ```bash
12
- npm install -g @memlab
12
+ npm install -g memlab
13
13
  ```
14
14
 
15
15
  To find memory leaks in Google Maps, you can create a scenario file defining how
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memlab",
3
- "version": "1.0.7-alpha",
3
+ "version": "1.0.8-alpha",
4
4
  "license": "MIT",
5
5
  "description": "memlab is a framework that analyzes memory and finds memory leaks in JavaScript applications.",
6
6
  "main": "dist/index.js",