@html-validate/release-scripts 6.2.0 → 6.3.1

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/lib/postpack.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable no-console -- cli script, expected to print to console */
2
- /* eslint-disable no-process-exit -- cli script, want it to exit with non-zero status */
2
+ /* eslint-disable n/no-process-exit -- cli script, want it to exit with non-zero status */
3
3
 
4
4
  const path = require("path");
5
5
  const fs = require("fs");
package/lib/prepack.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable no-console -- cli script, expected to print to console */
2
- /* eslint-disable no-process-exit -- cli script, want it to exit with non-zero status */
2
+ /* eslint-disable n/no-process-exit -- cli script, want it to exit with non-zero status */
3
3
 
4
4
  const path = require("path");
5
5
  const fs = require("fs");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@html-validate/release-scripts",
3
- "version": "6.2.0",
3
+ "version": "6.3.1",
4
4
  "description": "Various script used by release toolchain",
5
5
  "keywords": [
6
6
  "release"
@@ -38,5 +38,5 @@
38
38
  "publishConfig": {
39
39
  "access": "public"
40
40
  },
41
- "gitHead": "7ea6a08f5a2239070b8b467aaf1036f47dc85c66"
41
+ "gitHead": "ea4399296b266bee298640f566cb8d021c723b24"
42
42
  }