Skip to content

Commit f259a6e

Browse files
authored
docs: add breaking change notice to postinstall (#2214)
* docs: breaking change notice on install
1 parent 4c08c6d commit f259a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"format:assets": "prettier --ignore-path .gitignore --write \"**/*.{json,md}\"",
2020
"prepare": "yarn run clean && yarn run build && yarn run build-flow",
2121
"precommit": "lint-staged",
22-
"postinstall": "opencollective-postinstall || exit 0",
22+
"postinstall": "opencollective-postinstall && echo 'WARNING: react-native-firebase v5 will allow breaking changes in minor versions starting from v5.5.x, this is in order to continue supporting it prior to v6. Info: https://rnfirebase.io/docs/v5.x.x/releases/v5.4.x' || exit 0",
2323
"prepublishOnly": "yarn run validate-ts-declarations && yarn run validate-flow-declarations"
2424
},
2525
"repository": {

0 commit comments

Comments
 (0)