qunitx-cli 0.22.1 → 0.22.2

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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -3458,7 +3458,7 @@ init_color();
3458
3458
  var package_default = {
3459
3459
  name: "qunitx-cli",
3460
3460
  type: "module",
3461
- version: "0.22.1",
3461
+ version: "0.22.2",
3462
3462
  description: "Browser runner for QUnitx: run your qunitx tests in google-chrome",
3463
3463
  author: "Izel Nakri",
3464
3464
  license: "MIT",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "qunitx-cli",
3
3
  "type": "module",
4
- "version": "0.22.1",
4
+ "version": "0.22.2",
5
5
  "description": "Browser runner for QUnitx: run your qunitx tests in google-chrome",
6
6
  "author": "Izel Nakri",
7
7
  "license": "MIT",