fix get product data version
This commit is contained in:
parent
5cb53c2df0
commit
34679edaf6
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ block content
|
|||
p <b>Warning</b>: These options <b>destroy data</b>! 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}
|
Loading…
Reference in a new issue