Merge branch 'release' into develop

This commit is contained in:
SabreCat
2022-05-10 13:57:33 -05:00
3 changed files with 3 additions and 2 deletions
+1
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
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "habitica",
"version": "4.229.2",
"version": "4.230.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
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",