0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 14:12:40 +00:00

Allow Babel to transpile Marked

Marked now only supports ES6. Needs to be transpiled by us to support older browsers.
This commit is contained in:
Trevor Buckner
2024-01-22 17:45:00 -05:00
parent e53e00713d
commit b0cfeaa782
3 changed files with 15018 additions and 15019 deletions

30032
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "3.10.0",
"engines": {
"npm": "^10.2.x",
"npm": "^10.2.x",
"node": "^20.8.x"
},
"repository": {

View File

@@ -26,7 +26,6 @@
"codemirror/addon/edit/trailingspace.js",
"codemirror/addon/selection/active-line.js",
"moment",
"superagent",
"marked"
"superagent"
]
}