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.
- package/dist/cli.js +1 -1
- 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.
|
|
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",
|