qunitx-cli 0.9.8 → 0.9.9

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
@@ -1562,7 +1562,7 @@ init_color();
1562
1562
  var package_default = {
1563
1563
  name: "qunitx-cli",
1564
1564
  type: "module",
1565
- version: "0.9.8",
1565
+ version: "0.9.9",
1566
1566
  description: "Browser runner for QUnitx: run your qunitx tests in google-chrome",
1567
1567
  author: "Izel Nakri",
1568
1568
  license: "MIT",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "qunitx-cli",
3
3
  "type": "module",
4
- "version": "0.9.8",
4
+ "version": "0.9.9",
5
5
  "description": "Browser runner for QUnitx: run your qunitx tests in google-chrome",
6
6
  "author": "Izel Nakri",
7
7
  "license": "MIT",