mirror of
https://github.com/Kizuren/statusPage.git
synced 2026-01-06 06:29:14 +01:00
Removed liquidjs dependency.
This commit is contained in:
parent
84e85f0e85
commit
d9fa4e63e0
4 changed files with 3 additions and 41 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "pulse",
|
||||
"version": "1.0.0",
|
||||
"type": "module",
|
||||
"description": "A one-file NodeJS server status monitoring tool.",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
|
|
@ -10,7 +11,6 @@
|
|||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"fastify": "^5.0.0",
|
||||
"liquidjs": "^10.17.0"
|
||||
"fastify": "^5.0.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue