memlab 1.0.4-alpha → 1.0.5-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
@@ -16,7 +16,7 @@ npm install -g @memlab
16
16
  To find memory leaks in Google Maps, create a scenario file defining how
17
17
  we want to interact with the Google Maps, let's name it `test-google-maps.js`:
18
18
 
19
- ```
19
+ ```javascript
20
20
  // Visit Google Maps
21
21
  function url() {
22
22
  return 'https://www.google.com/maps/@37.386427,-122.0428214,11z';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "memlab",
3
- "version": "1.0.4-alpha",
3
+ "version": "1.0.5-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",