@forsakringskassan/prettier-config-svelte 3.3.5 → 3.3.6
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.
- package/package.json +2 -2
- package/prettier.cjs +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forsakringskassan/prettier-config-svelte",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.6",
|
|
4
4
|
"description": "FK Prettier Svelte Config",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"prettier"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"node": ">= 20.6.0",
|
|
41
41
|
"npm": ">= 9"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "0f998e8880ea9459ec40eba234f258a91f4a69c7"
|
|
44
44
|
}
|
package/prettier.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
const { spawn } = require("child_process");
|
|
4
|
-
const path = require("path");
|
|
3
|
+
const { spawn } = require("node:child_process");
|
|
4
|
+
const path = require("node:path");
|
|
5
5
|
|
|
6
6
|
const pkgPath = path.dirname(require.resolve("prettier/package.json"));
|
|
7
7
|
const binary = path.join(pkgPath, "bin/prettier.cjs");
|