crash-js 0.1.17 → 0.1.18

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/README.md CHANGED
@@ -71,6 +71,24 @@ is hosted on
71
71
  https://github.com/themartiancompany/libcrash-js-ur).
72
72
  Be aware it could go offline any time.
73
73
 
74
+ ## Documentation
75
+
76
+ The manual can be accessed with
77
+
78
+ ```bash
79
+ man \
80
+ libcrash-js
81
+ ```
82
+
83
+ An example program using both this library and the
84
+ [Crash Bash](
85
+ https://github.com/themartiancompany/crash-bash)
86
+ library,
87
+ [ahsi](
88
+ https://github.com/themartiancompany/ahsi),
89
+ is been made available as a submodule in the
90
+ `examples` directory.
91
+
74
92
  ## License
75
93
 
76
94
  Crash JavaScript is released by Pellegrino Prevete
package/crash-js/fs-utils CHANGED
@@ -38,7 +38,7 @@ function
38
38
 
39
39
  if ( _is_not_browser() &&
40
40
  _is_node() &&
41
- ( ! is_webpack() ) ) {
41
+ ( ! _is_webpack() ) ) {
42
42
  _fs =
43
43
  require(
44
44
  "fs");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crash-js",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "Crash Javascript library.",
5
5
  "funding": {
6
6
  "type": "patreon",