@bfra.me/prettier-config 0.7.3 → 0.7.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,6 @@ const config = {
17
17
  files: [
18
18
  "**/node_modules/**",
19
19
  "**/dist/**",
20
- "**/lib/**",
21
20
  "**/coverage/**",
22
21
  "**/out/**",
23
22
  "**/temp/**",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bfra.me/prettier-config",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Shared Prettier configuration for bfra.me",
5
5
  "keywords": [
6
6
  "bfra.me",
@@ -51,8 +51,8 @@
51
51
  "prettier": "3.3.3",
52
52
  "tsup": "8.3.0",
53
53
  "vitest": "2.1.0",
54
- "@bfra.me/prettier-config": "0.7.3",
55
- "@bfra.me/tsconfig": "0.8.1"
54
+ "@bfra.me/tsconfig": "0.8.1",
55
+ "@bfra.me/prettier-config": "0.7.4"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "prettier": "^3.0.0"
@@ -26,7 +26,6 @@ const config: Config = {
26
26
  files: [
27
27
  '**/node_modules/**',
28
28
  '**/dist/**',
29
- '**/lib/**',
30
29
  '**/coverage/**',
31
30
  '**/out/**',
32
31
  '**/temp/**',