From ab3c634830d2b192d5edd17c4b5a69252ff6f64f Mon Sep 17 00:00:00 2001 From: Kenan Yusuf Date: Wed, 31 Jan 2024 16:51:56 +0000 Subject: [PATCH] Update victory package.json source to the correct index file (#2765) --- .changeset/lucky-bikes-happen.md | 5 +++++ packages/victory/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/lucky-bikes-happen.md diff --git a/.changeset/lucky-bikes-happen.md b/.changeset/lucky-bikes-happen.md new file mode 100644 index 000000000..27b09c9c1 --- /dev/null +++ b/.changeset/lucky-bikes-happen.md @@ -0,0 +1,5 @@ +--- +"victory": patch +--- + +Update victory package.json source to the correct index file diff --git a/packages/victory/package.json b/packages/victory/package.json index 773ba0402..a7217cd34 100644 --- a/packages/victory/package.json +++ b/packages/victory/package.json @@ -13,7 +13,7 @@ "url": "https://github.com/FormidableLabs/victory" }, "homepage": "https://formidable.com/open-source/victory", - "source": "src/index.js", + "source": "src/index.ts", "sideEffects": false, "main": "lib/index.js", "module": "es/index.js",