crash-js 0.1.35 → 0.1.37

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/fs-utils CHANGED
@@ -24,7 +24,7 @@
24
24
  const
25
25
  _utils =
26
26
  require(
27
- "utils");
27
+ "./utils");
28
28
  _is_node =
29
29
  _utils._is_node;
30
30
  _is_not_browser =
package/crash-js/utils CHANGED
@@ -151,7 +151,6 @@ function
151
151
  return _process_exit
152
152
  }
153
153
 
154
-
155
154
  module.exports = {
156
155
  _argv_get:
157
156
  _argv_get,
@@ -164,5 +163,5 @@ module.exports = {
164
163
  _is_webpack:
165
164
  _is_webpack,
166
165
  _process_exit_get:
167
- _process_exit_get,
166
+ _process_exit_get
168
167
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crash-js",
3
- "version": "0.1.35",
3
+ "version": "0.1.37",
4
4
  "description": "Crash Javascript library.",
5
5
  "funding": {
6
6
  "type": "patreon",