Merge branch 'release' into develop

This commit is contained in:
SabreCat 2022-05-10 13:57:33 -05:00
commit bc1708be14
3 changed files with 3 additions and 2 deletions

View file

@ -21,6 +21,7 @@ RUN npm install -g gulp-cli mocha
RUN mkdir -p /usr/src/habitrpg
WORKDIR /usr/src/habitrpg
RUN git clone --branch release --depth 1 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
RUN git config --global url."https://".insteadOf git://
RUN npm set unsafe-perm true
RUN npm install

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "habitica",
"version": "4.229.2",
"version": "4.230.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "4.229.2",
"version": "4.230.0",
"main": "./website/server/index.js",
"dependencies": {
"@babel/core": "^7.17.10",