@nokken65/prettier-config 1.2.7 → 1.2.8

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.
@@ -15,14 +15,6 @@ jobs:
15
15
  - name: Checkout
16
16
  uses: actions/checkout@v5
17
17
 
18
- - name: Install pnpm
19
- uses: pnpm/action-setup@v4
20
- with:
21
- version: 10
22
-
23
- - name: Install dependencies
24
- run: pnpm install
25
-
26
18
  - name: Publish package
27
19
  uses: JS-DevTools/npm-publish@v4
28
20
  with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nokken65/prettier-config",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "prettier": "./.prettierrc.json",
@@ -14,11 +14,9 @@
14
14
  "access": "public"
15
15
  },
16
16
  "dependencies": {
17
+ "prettier": "3.7.4",
17
18
  "@ianvs/prettier-plugin-sort-imports": "4.7.0"
18
19
  },
19
- "peerDependencies": {
20
- "prettier": "3.7.4"
21
- },
22
20
  "scripts": {
23
21
  "format": "prettier --write '**/*.{js,jsx,ts,tsx,json}'"
24
22
  },