aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorZephyrrus <[email protected]>2020-07-19 22:35:59 +0300
committerZephyrrus <[email protected]>2020-07-19 22:35:59 +0300
commit645b62b81dc46b2e2bdea0fbe30c36c4e0ff4a48 (patch)
tree4c454e816b699ead53d225afadfb528649d126f7 /package.json
parentfeat: Start working on a new album/tags/image info modal (diff)
parentUpdate setup script (diff)
downloadhost.fuwn.me-645b62b81dc46b2e2bdea0fbe30c36c4e0ff4a48.tar.xz
host.fuwn.me-645b62b81dc46b2e2bdea0fbe30c36c4e0ff4a48.zip
Merge branch 'dev' into dev-zephy
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json
index d6bbcdc..046e43e 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,6 @@
"email": "[email protected]",
"url": "https://github.com/Pitu"
},
- "main": "src/_scripts/start.js",
"scripts": {
"setup": "node src/setup.js && yarn build && yarn migrate && yarn seed",
"build": "nuxt build",
@@ -18,7 +17,7 @@
"seed": "yarn knex seed:run",
"api": "node src/api/structures/Server",
"update": "git pull && yarn install && yarn migrate && yarn build && yarn restart",
- "restart": "pm2 restart lolisafe-api && pm2 restart lolisafe-website"
+ "restart": "pm2 restart lolisafe"
},
"repository": {
"type": "git",
@@ -28,7 +27,7 @@
"url": "https://github.com/WeebDev/lolisafe/issues"
},
"engines": {
- "node": ">=8.0.0"
+ "node": ">=12.0.0"
},
"dependencies": {
"@mdi/font": "^5.3.45",