fix(release): restore literal em-dash in package.json description (prettier)
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

The 0.0.46 version bump escaped the em-dash to \u2014, failing the
format:check CI step. Prettier normalizes it back to the literal —.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Jarvis
2026-06-24 12:55:10 -05:00
parent 94d4056710
commit 8766d5420a

View File

@@ -6,7 +6,7 @@
"url": "https://git.mosaicstack.dev/mosaicstack/stack.git",
"directory": "packages/mosaic"
},
"description": "Mosaic agent framework \u2014 installation wizard and meta package",
"description": "Mosaic agent framework installation wizard and meta package",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",