@zilero/prettier 1.0.0 → 1.2.0

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 +4 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,10 @@
1
- # 🎯 @zilero/prettier
1
+ <p align="center">
2
+ <h1 align="center">Prettier Configuration 🎯</h1>
3
+ </p>
2
4
 
3
5
  <p align="center">
4
6
  <a href="https://github.com/Zilero232/dev-config-hub">
5
- <img src="https://img.shields.io/github/actions/workflow/status/Zilero232/dev-config-hub/integrate.yaml?label=CI&logo=GitHub" alt="CI status">
7
+ <img src="https://img.shields.io/github/actions/workflow/status/Zilero232/dev-config-hub/integrate.yml?label=CI&logo=GitHub" alt="CI status">
6
8
  </a>
7
9
  <a href="https://www.npmjs.com/package/@zilero/prettier">
8
10
  <img src="https://img.shields.io/npm/dm/@zilero/prettier?logo=NPM" alt="npm downloads">
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName": "✨ Zilero Prettier Config",
5
5
  "description": "Prettier configuration preset",
6
6
  "license": "MIT",
7
- "version": "1.0.0",
7
+ "version": "1.2.0",
8
8
  "keywords": [
9
9
  "prettier",
10
10
  "prettier-config",
@@ -52,7 +52,7 @@
52
52
  "prettier": "^3.3.2"
53
53
  },
54
54
  "dependencies": {
55
- "prettier": "^3.3.2"
55
+ "prettier": "^3.5.3"
56
56
  },
57
57
  "scripts": {
58
58
  "format": "prettier --write .",