mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
docs: add extensible to README intro and package description
EOF Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# LiquidJS
|
||||
|
||||
A simple, expressive Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support.
|
||||
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.
|
||||
|
||||
[](https://www.npmjs.org/package/liquidjs)
|
||||
[](https://www.npmjs.org/package/liquidjs)
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "liquidjs",
|
||||
"version": "10.27.0",
|
||||
"sideEffects": false,
|
||||
"description": "A simple, expressive and safe Liquid template engine in pure JavaScript — Shopify and Github Pages compatible.",
|
||||
"description": "A simple, expressive, extensible 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",
|
||||
|
||||
Reference in New Issue
Block a user