docs: sync intro sentence across package and site metadata

Align package.json, docs config, manifest, llms.txt, and AGENTS.md tagline to the README canonical description.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Yang Jun
2026-06-23 14:56:32 +08:00
co-authored by Cursor
parent fafd83f41c
commit 419ba0f335
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "liquidjs",
"version": "10.27.0",
"sideEffects": false,
"description": "A simple, expressive, extensible and safe Liquid template engine in pure JavaScript — Shopify and Github Pages compatible.",
"description": "A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support.",
"main": "dist/liquid.node.js",
"module": "dist/liquid.node.mjs",
"es2015": "dist/liquid.browser.mjs",