From a782abc3eac7908c202d04bb395953bfa4d3bf8a Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Sun, 28 Aug 2022 18:39:58 -0500 Subject: [PATCH] build: adding dependency --- TASKS.md | 5 +++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/TASKS.md b/TASKS.md index c376be6..adf96dd 100644 --- a/TASKS.md +++ b/TASKS.md @@ -5,9 +5,10 @@ - [x] _Safe Adventures, Our Departed Loves_ in attic scene - [x] Review epigraphs - [x] Edit/work on final battle -- [ ] Smile/nodding - [x] Brook's drinking choices -- [ ] Skin colors and descriptions +- [ ] Smile/nodding/tears +- [ ] Racism bias (skin, accents) +- [ ] Physical descriptions ## Minor Tasks diff --git a/package-lock.json b/package-lock.json index 9f2aebc..a021caa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@mfgames-writing/hyphen-pipeline": "^1.0.2", "@mfgames-writing/liquid-theme": "^2.1.1", "@mfgames-writing/weasyprint-format": "^5.0.4", - "markdown-it-multimd-table": "^4.1.3" + "markdown-it-multimd-table": "^4.2.0" }, "devDependencies": { "@commitlint/cli": "^15.0.0", diff --git a/package.json b/package.json index d36a595..8a5fad2 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@mfgames-writing/hyphen-pipeline": "^1.0.2", "@mfgames-writing/liquid-theme": "^2.1.1", "@mfgames-writing/weasyprint-format": "^5.0.4", - "markdown-it-multimd-table": "^4.1.3" + "markdown-it-multimd-table": "^4.2.0" }, "devDependencies": { "@commitlint/cli": "^15.0.0",