crash-js 0.1.42 → 0.1.44

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.
package/crash-js/crash-js CHANGED
@@ -32,7 +32,7 @@ _argv_url_get =
32
32
  _is_node =
33
33
  _utils._is_node;
34
34
  _is_not_browser =
35
- _utils._is_webpack;
35
+ _utils._is_not_browser;
36
36
  _is_webpack =
37
37
  _utils._is_webpack;
38
38
  _process_exit_get =
package/crash-js/fs-utils CHANGED
@@ -262,10 +262,10 @@ module.exports = {
262
262
  _fs_worker_new,
263
263
  _fs_worker_start:
264
264
  _fs_worker_start,
265
- _ls =
266
- _fs.readDirSync;
265
+ _ls:
266
+ _fs.readDirSync,
267
267
  _mkdir:
268
- _fs.mkdirSync;
268
+ _fs.mkdirSync,
269
269
  _path_join:
270
270
  _path_join,
271
271
  _json_display:
@@ -0,0 +1,6 @@
1
+ =====================================
2
+ Ahsi Authors
3
+ =====================================
4
+
5
+ * Pellegrino Prevete <pellegrinoprevete@gmail.com>
6
+ * Truocolo <truocolo@aol.com>