Skip to content

Commit c236ec3

Browse files
committed
Use legacy npm dist-tag to avoid conflicts with victory-native-xl
1 parent c8c2eb2 commit c236ec3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/pink-hats-count.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"victory-native": patch
3+
---
4+
5+
Use legacy npm dist-tag to avoid conflicts with victory-native-xl

packages/victory-native/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@
6565
"react": ">=16.6.0"
6666
},
6767
"publishConfig": {
68-
"provenance": true
68+
"provenance": true,
69+
"tag": "legacy"
6970
},
7071
"scripts": {
7172
"build": "wireit",

0 commit comments

Comments
 (0)