rune-lab 0.0.3 → 0.0.4

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 +5 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,9 @@
1
- <h1 align="center">
2
- <img src="./resources/img/rune.png" alt="Rune-Lab Icon" width="128" height="128" description="Some glowing runes">
3
- <div align="center">Rune Lab</div>
4
- </h1>
1
+ # <div align="center"><img src="./resources/img/rune.png" alt="Rune-Lab Icon" width="128" height="128" description="Some glowing runes"></div>
2
+ <h1 align="center">Rune Lab</h1>
5
3
 
6
- <!-- [![JSR Package](https://img.shields.io/badge/JSR-Package-blue?style=for-the-badge&logo=typescript)](https://jsr.io/@yrrrrrf/rune-lab) -->
7
- [![GitHub](https://img.shields.io/badge/github-rune--lab-blue?style=for-the-badge&logo=github)](https://github.com/Yrrrrrf/rune-lab)
4
+ [![npm pkg](https://badge.fury.io/js/rune-lab.svg)](https://www.npmjs.com/package/rune-lab)
5
+ [![GitHub](https://img.shields.io/badge/GitHub-Yrrrrrf%2Frune--lab-blue)](https://github.com/Yrrrrrf/rune-lab)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://choosealicense.com/licenses/mit/)
8
7
 
9
8
  ## Overview
10
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rune-lab",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Yrrrrrf <fer.rezac@outlook.com>",