From 4db2d968e4282a9aacb8c6fa51bd76baa25a6cc4 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Wed, 7 Sep 2022 01:09:47 +0000 Subject: [PATCH] chore: Fix typos in package.json5 --- package.json5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json5 b/package.json5 index 25ba2cd..e55bd79 100644 --- a/package.json5 +++ b/package.json5 @@ -10,6 +10,7 @@ repository: { type: 'git', url: 'https://code.studioinfinity.org/glen/typomath.git', - "author": "Glen Whitney", - "license": "Apache-2.0" + }, + author: 'Glen Whitney', + license: 'Apache-2.0' }