From 32c99a498f12472ac1a64ce72004fefc040d48e9 Mon Sep 17 00:00:00 2001 From: Hafiz Date: Fri, 6 Feb 2026 14:51:10 -0600 Subject: [PATCH] update habitica-markdown to include v3 emoji dataset (pointed towards test branch) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e4be340b0..2e3c65692f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "gulp-filter": "^7.0.0", "gulp-imagemin": "^7.1.0", "gulp.spritesmith": "^6.13.0", - "habitica-markdown": "git+https://github.com/HabitRPG/habitica-markdown.git#fiz/emojis-update", + "habitica-markdown": "github:HabitRPG/habitica-markdown#fiz/emojis-update", "heapdump": "^0.3.15", "helmet": "^4.6.0", "in-app-purchase": "^1.11.3", @@ -12532,7 +12532,7 @@ }, "node_modules/habitica-markdown": { "version": "4.0.0", - "resolved": "git+ssh://git@github.com/HabitRPG/habitica-markdown.git#ff94f35c50c9660e48b08f4f294d9150b1ae2643", + "resolved": "git+ssh://git@github.com/HabitRPG/habitica-markdown.git#204545c1e028f22b937c0a73c5ef250c8973db16", "license": "GPL-3.0", "dependencies": { "markdown-it": "^14.0.0", diff --git a/package.json b/package.json index b9483383d2..8b2b84c73e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "gulp-filter": "^7.0.0", "gulp-imagemin": "^7.1.0", "gulp.spritesmith": "^6.13.0", - "habitica-markdown": "git+https://github.com/HabitRPG/habitica-markdown.git#fiz/emojis-update", + "habitica-markdown": "github:HabitRPG/habitica-markdown#fiz/emojis-update", "heapdump": "^0.3.15", "helmet": "^4.6.0", "in-app-purchase": "^1.11.3",