From 34679edaf6ccf110954428fea3df2a602efdc749 Mon Sep 17 00:00:00 2001 From: Wingy Date: Wed, 13 Oct 2021 15:23:22 -0400 Subject: [PATCH] fix get product data version --- views/adminSettings.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/adminSettings.pug b/views/adminSettings.pug index 390fa66..6930387 100644 --- a/views/adminSettings.pug +++ b/views/adminSettings.pug @@ -25,7 +25,7 @@ block content p Warning: These options destroy data! You may want to back up the database before using these options. a.button.is-danger(href=`${_CC.config.base}admin-settings/clear-wishlists`) Clear Wishlists h3 Version Info - p Christmas Community: v#{_CC.require('./package.json').version} - p Get Product Data: v#{_CC.package.version} + p Christmas Community: v#{_CC.package.version} + p Get Product Data: v#{_CC.require('get-product-name/package.json').version} p Node: #{process.version} p PID: #{process.pid} \ No newline at end of file