Skip to content

Commit 2e1624e

Browse files
hawkrivesspencercarli
authored andcommitted
pin react-native-tab-view with ~ instead of ^ (react-navigation#2348)
Because react-native-tab-view insists on sticking at 0.0.*, the caret version pinning won't install "minor" updates. Semver rules are weird with 0. major versions. Is this something you'd be interested in?
1 parent 024297b commit 2e1624e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"path-to-regexp": "^1.7.0",
5252
"prop-types": "^15.5.10",
5353
"react-native-drawer-layout-polyfill": "^1.3.2",
54-
"react-native-tab-view": "^0.0.67"
54+
"react-native-tab-view": "~0.0.67"
5555
},
5656
"devDependencies": {
5757
"babel-cli": "^6.24.1",

0 commit comments

Comments
 (0)