@bfra.me/prettier-config 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -7
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bfra.me/prettier-config",
|
3
|
-
"version": "0.3.
|
3
|
+
"version": "0.3.1",
|
4
4
|
"description": "Shared Prettier configuration for bfra.me",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": "Marcus R. Brown <contact@bfra.me>",
|
@@ -14,8 +14,8 @@
|
|
14
14
|
"type": "module",
|
15
15
|
"exports": {
|
16
16
|
".": {
|
17
|
-
"
|
18
|
-
"
|
17
|
+
"types": "./prettier.config.d.ts",
|
18
|
+
"import": "./prettier.config.js"
|
19
19
|
},
|
20
20
|
"./package.json": "./package.json"
|
21
21
|
},
|
@@ -26,15 +26,15 @@
|
|
26
26
|
],
|
27
27
|
"types": "prettier.config.d.ts",
|
28
28
|
"dependencies": {
|
29
|
-
"@bfra.me/prettier-plugins": "0.1.
|
29
|
+
"@bfra.me/prettier-plugins": "0.1.1"
|
30
30
|
},
|
31
31
|
"peerDependencies": {
|
32
32
|
"prettier": "^3.0.0"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
35
|
"prettier": "3.2.5",
|
36
|
-
"@bfra.me/prettier-config": "0.3.
|
37
|
-
"@bfra.me/tsconfig": "0.
|
36
|
+
"@bfra.me/prettier-config": "0.3.1",
|
37
|
+
"@bfra.me/tsconfig": "0.4.0"
|
38
38
|
},
|
39
39
|
"keywords": [
|
40
40
|
"bfra.me",
|
@@ -49,6 +49,7 @@
|
|
49
49
|
"provenance": true
|
50
50
|
},
|
51
51
|
"scripts": {
|
52
|
-
"build": "tsc
|
52
|
+
"build": "tsc --build && pnpm run format",
|
53
|
+
"format": "prettier --log-level error --ignore-unknown --write prettier.config.*"
|
53
54
|
}
|
54
55
|
}
|