kizu 5.0.2 → 5.0.3
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -144,7 +144,7 @@ See the [examples](examples) and [src](src) folders for more examples.
|
|
|
144
144
|
<picture>
|
|
145
145
|
<source srcset="docs/aeroview-white.svg" media="(prefers-color-scheme: dark)">
|
|
146
146
|
<source srcset="docs/aeroview-black.svg" media="(prefers-color-scheme: light)">
|
|
147
|
-
<img src="docs/aeroview-black.svg"
|
|
147
|
+
<img src="docs/aeroview-black.svg">
|
|
148
148
|
</picture>
|
|
149
149
|
<br>
|
|
150
150
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kizu",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"description": "An easy-to-use, fast, and defensive Typescript/Javascript test runner designed to help you to write simple, readable, and maintainable tests.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|