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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. 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.0",
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",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "qunitx-cli",
3
3
  "type": "module",
4
- "version": "0.17.0",
4
+ "version": "0.17.1",
5
5
  "description": "Browser runner for QUnitx: run your qunitx tests in google-chrome",
6
6
  "author": "Izel Nakri",
7
7
  "license": "MIT",