From 66597876625331d5a7299dbda12c0a43a915f231 Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Fri, 26 Aug 2022 12:36:48 +0100 Subject: [PATCH] v0.0.1-beta.5 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f4aa9b07..b0d07517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reuters-graphics/graphics-components", - "version": "0.0.1-beta.4", + "version": "0.0.1-beta.5", "type": "module", "private": false, "homepage": "https://reuters-graphics.github.io/graphics-components", @@ -207,5 +207,6 @@ "./scss/typography/_transform.scss": "./dist/scss/typography/_transform.scss", "./scss/typography/_variables.scss": "./dist/scss/typography/_variables.scss", ".": "./dist/index.js" - } + }, + "svelte": "./dist/index.js" } \ No newline at end of file