From 17f8cc7e98be2acc0fd1659aea61df45ef496774 Mon Sep 17 00:00:00 2001 From: "D. Moonfire" Date: Mon, 15 Apr 2019 14:44:13 -0500 Subject: [PATCH] build(theme): changes to get the build to run cleanly --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a901be1..feb9b1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -472,9 +472,9 @@ } }, "@fedran/writing-theme": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@fedran/writing-theme/-/writing-theme-2.0.0.tgz", - "integrity": "sha512-BtoAHIFw9gFv5Dklx3RImr7uOYupyUGqdpRcYK9+6S9JmHc+anY2AGU2AG8PeRCbGvVUw5o/AocNmYcr6uOy9w==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@fedran/writing-theme/-/writing-theme-2.0.1.tgz", + "integrity": "sha512-uSnNrMLU35XvHfzYxQa1RGksrKNuUv2zzFfsfomlqJHqNEFC0/bQCBYT5OQgXzSs03DyXb6thRsSFJldjQlcRA==", "requires": { "@mfgames-writing/contracts": "^3.1.5", "@mfgames-writing/liquid": "^1.0.6" diff --git a/package.json b/package.json index 1501886..33827c8 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@fedran/writing-hyphen": "^1.0.0", - "@fedran/writing-theme": "^2.0.0", + "@fedran/writing-theme": "^2.0.1", "@mfgames-writing/epub2": "^1.1.3", "@mfgames-writing/format": "^2.0.0", "@mfgames-writing/guillemet": "^1.0.0",