Skip to content

Commit ab3c634

Browse files
authored
Update victory package.json source to the correct index file (#2765)
1 parent ddf9158 commit ab3c634

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/lucky-bikes-happen.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"victory": patch
3+
---
4+
5+
Update victory package.json source to the correct index file

packages/victory/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/FormidableLabs/victory"
1414
},
1515
"homepage": "https://formidable.com/open-source/victory",
16-
"source": "src/index.js",
16+
"source": "src/index.ts",
1717
"sideEffects": false,
1818
"main": "lib/index.js",
1919
"module": "es/index.js",

0 commit comments

Comments
 (0)