Skip to content

Commit 6d5221e

Browse files
philquinnerikras
authored andcommitted
Fix opencollective postinstall in package.json for production builds (#173)
* Fix opencollective postinstall in package.json for production builds * Fix link to contributors in README
1 parent e11cc02 commit 6d5221e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ A function that resets the form values to their last initialized values.
728728
## Contributors
729729

730730
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
731-
<a href="graphs/contributors"><img src="https://opencollective.com/final-form/contributors.svg?width=890" /></a>
731+
<a href="https://github.com/final-form/react-final-form/graphs/contributors"><img src="https://opencollective.com/final-form/contributors.svg?width=890" /></a>
732732

733733
## Backers
734734

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"start": "nps",
1313
"test": "nps test",
1414
"precommit": "lint-staged && npm start validate",
15-
"postinstall": "opencollective postinstall"
15+
"postinstall": "opencollective postinstall || exit 0"
1616
},
1717
"author":
1818
"Erik Rasmussen <[email protected]> (http://github.com/erikras)",

0 commit comments

Comments
 (0)