From d68dcf014d93af1ee8dddcb908ea07e924781664 Mon Sep 17 00:00:00 2001 From: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu, 23 Feb 2023 13:41:18 +0000 Subject: [PATCH] Squashed commit of the following: commit 02ab7746998a8ee5846036bf481db2d15513a88b Merge: 0e5cda5 39b8b6a Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 13:33:00 2023 +0000 Merge branch 'main' of https://github.com/OllieJT/svelte-podcast commit 39b8b6a9838d2950016b3e974e63030392ee61c8 Merge: 0e5cda5 8260a20 Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 13:29:46 2023 +0000 Init Changesets (#4) commit 8260a2078f191305473a5e748e662c23b9cefc62 Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 13:28:04 2023 +0000 linting commit 1336175d8a7d0fd6b90de9ca02b4fea9ba380385 Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 13:26:45 2023 +0000 update gh tooken name commit fbc2d6c58130a097d9ecefa278be9b582047ee28 Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 12:26:23 2023 +0000 adds changeset to publish script commit 2665d2fd54e4ce1d5274de42f19dee69135d27d6 Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 12:26:11 2023 +0000 updates changeset config commit 517219f9619c02b67ea4741c90699f3d2af0ea39 Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 12:25:50 2023 +0000 adds release script commit dda33a44261385e4eeb33580cf39222f816cb072 Author: Ollie Taylor <13766232+OllieJT@users.noreply.github.com> Date: Thu Feb 23 12:13:03 2023 +0000 add changesets --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5ff0027..9aa44d1 100644 --- a/package.json +++ b/package.json @@ -50,5 +50,6 @@ }, "svelte": "./dist/index.js", "types": "./dist/index.d.ts", - "type": "module" + "type": "module", + "dependencies": {} }