Skip to content

Commit bc61839

Browse files
authored
fix(bottom-navigation): broken package fix
1 parent e607620 commit bc61839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/bottom-navigation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "@nativescript-community/ui-material-bottom-navigation",
33
"version": "7.2.71",
44
"description": "Material Design Bottom Navigation bars allow movement between primary destinations in an app. Tapping on a bottom navigation icon takes you directly to the associated view or refreshes the currently active view.",
5-
"main": "bottomnavigation",
5+
"main": "index",
66
"sideEffects": false,
7-
"typings": "bottomnavigation.d.ts",
7+
"typings": "index.d.ts",
88
"nativescript": {
99
"platforms": {
1010
"android": "6.2.0",

0 commit comments

Comments
 (0)