From a044f0c7b6949e02703f1c07339e5712d593ecd4 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 31 Jan 2021 09:20:04 +0100 Subject: [PATCH] chore(hortensia): Make names consistent across patterns --- packages/hortensia/config/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hortensia/config/index.js b/packages/hortensia/config/index.js index c7b5484798f..83b8f39f063 100644 --- a/packages/hortensia/config/index.js +++ b/packages/hortensia/config/index.js @@ -5,8 +5,8 @@ import { version } from "../package.json"; export default { name: "hortensia", version, - design: "Stoffsuchti/WouterVdub", - code: "Stoffsuchti/WouterVdub", + design: ['Stoffsuchti', 'Wouter Van Wageningen'], + code: 'Wouter Van Wageningen', department: "accessories", type: "pattern", difficulty: 3,