@bfra.me/prettier-config 0.3.1 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +21 -21
package/package.json CHANGED
@@ -1,16 +1,24 @@
1
1
  {
2
2
  "name": "@bfra.me/prettier-config",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "description": "Shared Prettier configuration for bfra.me",
5
- "license": "MIT",
6
- "author": "Marcus R. Brown <contact@bfra.me>",
5
+ "keywords": [
6
+ "bfra.me",
7
+ "config",
8
+ "prettier",
9
+ "prettier-config",
10
+ "shared",
11
+ "works"
12
+ ],
7
13
  "homepage": "https://github.com/bfra-me/works/tree/main/packages/prettier-config#readme",
14
+ "bugs": "https://github.com/bfra-me/works/issues",
8
15
  "repository": {
9
- "directory": "packages/prettier-config",
10
16
  "type": "git",
11
- "url": "https://github.com/bfra-me/works.git"
17
+ "url": "https://github.com/bfra-me/works.git",
18
+ "directory": "packages/prettier-config"
12
19
  },
13
- "bugs": "https://github.com/bfra-me/works/issues",
20
+ "license": "MIT",
21
+ "author": "Marcus R. Brown <contact@bfra.me>",
14
22
  "type": "module",
15
23
  "exports": {
16
24
  ".": {
@@ -20,30 +28,22 @@
20
28
  "./package.json": "./package.json"
21
29
  },
22
30
  "main": "prettier.config.js",
31
+ "types": "prettier.config.d.ts",
23
32
  "files": [
24
33
  "prettier.config.*",
25
34
  "!*.map"
26
35
  ],
27
- "types": "prettier.config.d.ts",
28
36
  "dependencies": {
29
- "@bfra.me/prettier-plugins": "0.1.1"
30
- },
31
- "peerDependencies": {
32
- "prettier": "^3.0.0"
37
+ "@bfra.me/prettier-plugins": "0.2.1"
33
38
  },
34
39
  "devDependencies": {
35
40
  "prettier": "3.2.5",
36
- "@bfra.me/prettier-config": "0.3.1",
37
- "@bfra.me/tsconfig": "0.4.0"
41
+ "@bfra.me/prettier-config": "0.3.3",
42
+ "@bfra.me/tsconfig": "0.5.0"
43
+ },
44
+ "peerDependencies": {
45
+ "prettier": "^3.0.0"
38
46
  },
39
- "keywords": [
40
- "bfra.me",
41
- "config",
42
- "prettier",
43
- "prettier-config",
44
- "shared",
45
- "works"
46
- ],
47
47
  "publishConfig": {
48
48
  "access": "public",
49
49
  "provenance": true