From 05214188d47877a527125e220ab8ffcd4b091e27 Mon Sep 17 00:00:00 2001 From: Yang Jun Date: Tue, 23 Jun 2026 14:22:17 +0800 Subject: [PATCH] docs: reword intro to say Liquid, not Shopify Liquid Move Shopify into the compatibility list and drop the shopify/liquid link from README; align package.json description. Co-authored-by: Cursor --- README.md | 3 +-- package.json | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6bc95ca0b..917f0cec4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LiquidJS -A simple, expressive [Shopify Liquid][shopify/liquid] template engine for JavaScript — Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support. +A simple, expressive Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support. [![npm version](https://img.shields.io/npm/v/liquidjs.svg?logo=npm&style=flat-square)](https://www.npmjs.org/package/liquidjs) [![npm downloads](https://img.shields.io/npm/dm/liquidjs.svg?style=flat-square)](https://www.npmjs.org/package/liquidjs) @@ -252,7 +252,6 @@ Want to contribute? see [Contribution Guidelines][contribution]. Thanks goes to [MIT](LICENSE) © [Jun Yang](https://github.com/harttle) -[shopify/liquid]: https://shopify.github.io/liquid/ [setup]: https://liquidjs.com/tutorials/setup.html [doc]: https://liquidjs.com [github]: https://github.com/harttle/liquidjs diff --git a/package.json b/package.json index 9a1bfd6d1..be54a169d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "liquidjs", "version": "10.27.0", "sideEffects": false, - "description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.", + "description": "A simple, expressive and safe Liquid template engine in pure JavaScript — Shopify and Github Pages compatible.", "main": "dist/liquid.node.js", "module": "dist/liquid.node.mjs", "es2015": "dist/liquid.browser.mjs",