Skip to content

Commit dbc4ac2

Browse files
committed
RNE Dependency
1 parent d033296 commit dbc4ac2

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

package.json

+3-10
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react-dom": "^16.13.0",
1818
"react-helmet": "^6.1.0",
1919
"react-lottie": "^1.2.3",
20-
"react-native-elements": "https://github.com/react-native-elements/react-native-elements#dist",
20+
"react-native-elements": "*",
2121
"react-native-safe-area-context": "^3.2.0",
2222
"react-native-vector-icons": "^6.7.0",
2323
"react-native-web": "^0.12.0",
@@ -47,11 +47,7 @@
4747
"extends": "react-app"
4848
},
4949
"browserslist": {
50-
"production": [
51-
">0.2%",
52-
"not dead",
53-
"not op_mini all"
54-
],
50+
"production": [">0.2%", "not dead", "not op_mini all"],
5551
"development": [
5652
"last 1 chrome version",
5753
"last 1 firefox version",
@@ -81,9 +77,6 @@
8177
}
8278
},
8379
"lint-staged": {
84-
"*.{js,jsx,css,md,json}": [
85-
"npm run validate",
86-
"git add"
87-
]
80+
"*.{js,jsx,css,md,json}": ["npm run validate", "git add"]
8881
}
8982
}

0 commit comments

Comments
 (0)