From 7fe4ccd708657463a1bed7dd9e8ee96723c42f3b Mon Sep 17 00:00:00 2001 From: Tony Atkins Date: Mon, 29 Apr 2024 12:31:49 +0200 Subject: [PATCH] GH-263: Removed 'old' search dependencies and code now that pagefind is in use. --- eleventy.config.js | 4 ---- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/eleventy.config.js b/eleventy.config.js index 83d92037..9d2b19e2 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -47,11 +47,7 @@ module.exports = function (eleventyConfig) { "node_modules/infusion/dist": "lib/infusion/dist", "node_modules/infusion/src": "lib/infusion/src", "node_modules/foundation-sites/css": "lib/foundation", - "node_modules/lunr": "lib/lunr", "node_modules/octicons/octicons": "lib/octicons", - "node_modules/fluid-express/src/js/lib": "lib/fluid-express", - "node_modules/fluid-binder/src/js": "lib/fluid-binder", - "node_modules/fluid-location-bar-relay/src/js": "lib/fluid-location-bar-relay", "src/static/css": "css", "src/static/fonts": "fonts", "src/static/images": "images", diff --git a/package-lock.json b/package-lock.json index f1ef878b..508cdf3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "lunr": "2.3.9", "markdown-it": "13.0.1", "markdown-it-anchor": "8.6.7", - "octicons": "^3.1.0", + "octicons": "3.1.0", "rimraf": "5.0.1", "string": "3.3.3" }, diff --git a/package.json b/package.json index ef96b986..0e0d3c6f 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "lunr": "2.3.9", "markdown-it": "13.0.1", "markdown-it-anchor": "8.6.7", - "octicons": "^3.1.0", + "octicons": "3.1.0", "rimraf": "5.0.1", "string": "3.3.3" },