From e463b82ade68dcd9923dcf4ea8b47dfc906303d2 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:38:55 -0400 Subject: [PATCH 1/3] Add LiquidJS w/ npm auto-update --- packages/l/liquidjs.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 packages/l/liquidjs.json diff --git a/packages/l/liquidjs.json b/packages/l/liquidjs.json new file mode 100644 index 000000000..0382e7b61 --- /dev/null +++ b/packages/l/liquidjs.json @@ -0,0 +1,35 @@ +{ + "name": "liquidjs", + "description": "A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.", + "filename": "liquid.min.js", + "repository": { + "type": "git", + "url": "https://github.com/harttle/liquidjs.git" + }, + "keywords": [ + "liquid", + "template engine", + "express", + "jinja", + "shopify" + ], + "license": "MIT", + "autoupdate": { + "source": "npm", + "target": "liquidjs", + "fileMap": [ + { + "basePath": "dist", + "files": [ + "liquid.browser*" + ] + } + ] + }, + "authors": [ + { + "name": "Harttle", + "url": "https://github.com/harttle" + } + ] + } \ No newline at end of file From e5590ce10bf3eaa11ac4a7a37be5eb8081b57af7 Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Sun, 29 Oct 2023 11:49:26 -0400 Subject: [PATCH 2/3] Fix default filename --- packages/l/liquidjs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/l/liquidjs.json b/packages/l/liquidjs.json index 0382e7b61..2f7aa354f 100644 --- a/packages/l/liquidjs.json +++ b/packages/l/liquidjs.json @@ -1,7 +1,7 @@ { "name": "liquidjs", "description": "A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.", - "filename": "liquid.min.js", + "filename": "liquid.browser.min.js", "repository": { "type": "git", "url": "https://github.com/harttle/liquidjs.git" From cd4e029e0c440a81a5d8593c057a016632586a14 Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Mon, 6 Nov 2023 00:29:49 +0000 Subject: [PATCH 3/3] Update packages/l/liquidjs.json --- packages/l/liquidjs.json | 62 ++++++++++++++++++++-------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/packages/l/liquidjs.json b/packages/l/liquidjs.json index 2f7aa354f..b7a608644 100644 --- a/packages/l/liquidjs.json +++ b/packages/l/liquidjs.json @@ -1,35 +1,35 @@ { - "name": "liquidjs", - "description": "A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.", - "filename": "liquid.browser.min.js", - "repository": { - "type": "git", - "url": "https://github.com/harttle/liquidjs.git" - }, - "keywords": [ - "liquid", - "template engine", - "express", - "jinja", - "shopify" - ], - "license": "MIT", - "autoupdate": { - "source": "npm", - "target": "liquidjs", - "fileMap": [ - { - "basePath": "dist", - "files": [ - "liquid.browser*" - ] - } - ] - }, - "authors": [ + "name": "liquidjs", + "description": "A simple, expressive, safe and Shopify compatible template engine in pure JavaScript.", + "filename": "liquid.browser.min.js", + "repository": { + "type": "git", + "url": "https://github.com/harttle/liquidjs.git" + }, + "keywords": [ + "liquid", + "template engine", + "express", + "jinja", + "shopify" + ], + "license": "MIT", + "autoupdate": { + "source": "npm", + "target": "liquidjs", + "fileMap": [ { - "name": "Harttle", - "url": "https://github.com/harttle" + "basePath": "dist", + "files": [ + "liquid.browser*" + ] } ] - } \ No newline at end of file + }, + "authors": [ + { + "name": "Harttle", + "url": "https://github.com/harttle" + } + ] +}