This commit is contained in:
Sabe Jones 2024-06-28 09:55:53 -05:00
parent de9aac0988
commit 034327f647
2 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "habitica",
"version": "5.25.8",
"version": "5.26.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "habitica",
"version": "5.25.8",
"version": "5.26.0",
"hasInstallScript": true,
"dependencies": {
"@babel/core": "^7.22.10",

View file

@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "5.25.8",
"version": "5.26.0",
"main": "./website/server/index.js",
"dependencies": {
"@babel/core": "^7.22.10",
@ -108,7 +108,6 @@
"mongo:dev": "run-rs -v 5.0.23 -l ubuntu1804 --keep --dbpath mongodb-data --number 1 --quiet",
"postinstall": "git config --global url.\"https://\".insteadOf git:// && gulp build && cd website/client && npm install",
"apidoc": "gulp apidoc",
"heroku-postbuild": "npm run client:build"
},
"devDependencies": {