chore: explicitely set tag for core and native packages

This commit is contained in:
Satyajit Sahoo
2020-03-22 17:08:01 +01:00
parent 5afc82b11a
commit 911d6bb2f4
2 changed files with 4 additions and 2 deletions

View File

@@ -15,7 +15,8 @@
},
"sideEffects": false,
"publishConfig": {
"access": "public"
"access": "public",
"tag": "4.x"
},
"keywords": [
"react-navigation",

View File

@@ -15,7 +15,8 @@
},
"sideEffects": false,
"publishConfig": {
"access": "public"
"access": "public",
"tag": "4.x"
},
"keywords": [
"react-native",