qunitx-cli 0.17.0 → 0.17.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/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2096,7 +2096,7 @@ init_color();
|
|
|
2096
2096
|
var package_default = {
|
|
2097
2097
|
name: "qunitx-cli",
|
|
2098
2098
|
type: "module",
|
|
2099
|
-
version: "0.17.
|
|
2099
|
+
version: "0.17.1",
|
|
2100
2100
|
description: "Browser runner for QUnitx: run your qunitx tests in google-chrome",
|
|
2101
2101
|
author: "Izel Nakri",
|
|
2102
2102
|
license: "MIT",
|