boo-flash 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,9 +1,6 @@
1
1
  <p align="center">
2
2
  <a href="https://os.boo">
3
- <picture>
4
- <source media="(prefers-color-scheme: dark)" srcset="https://os.boo/boo-logo-dark.svg">
5
- <img src="https://os.boo/boo-logo-light.svg" width="184" height="96" alt="Boo">
6
- </picture>
3
+ <img src="https://os.boo/boo-logo-readme.png" width="192" height="112" alt="Boo">
7
4
  </a>
8
5
  </p>
9
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "boo-flash",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Flash qualified Boo images to USB drives on macOS and Linux",
5
5
  "license": "MIT",
6
6
  "type": "module",