Commit 5b093de
committed
Fix bom in json (#46)
* Fix BOM issue in package.json by using Node.js for file writing
Replace PowerShell file writing with Node.js to ensure UTF-8 without BOM.
This prevents npm install failures caused by BOM in package.json files.1 parent 98afc11 commit 5b093de
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
| 232 | + | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
235 | 237 | | |
236 | 238 | | |
237 | 239 | | |
| |||
0 commit comments