Rename hbmarkedwrapper package to marked-hbfm

This commit is contained in:
Trevor Buckner
2026-09-22 20:26:29 -04:00
parent a43ed35eb7
commit b5afb6587e
18 changed files with 25429 additions and 2200 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { model as HomebrewModel } from './homebrew.model.js';
import express from 'express';
import zlib from 'zlib';
import GoogleActions from './googleActions.js';
import { hbfm } from 'hbmarkedwrapper';
import { hbfm } from 'marked-hbfm';
import * as yaml from 'js-yaml';
import asyncHandler from 'express-async-handler';
import { nanoid } from 'nanoid';