mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
remove bloated opencollective dependency and switch to a lightweight package with zero deps + allows opt-out of message printing
This commit is contained in:
1594
package-lock.json
generated
1594
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -17,7 +17,7 @@
|
||||
"lint": "eslint ./src",
|
||||
"precommit": "lint-staged",
|
||||
"prepublish": "npm run clean && npm run build",
|
||||
"postinstall": "postinstall-build dist && opencollective postinstall || exit 0",
|
||||
"postinstall": "postinstall-build dist && opencollective-postinstall || exit 0",
|
||||
"validate-ts-declarations": "tsc --project ./"
|
||||
},
|
||||
"repository": {
|
||||
@@ -99,7 +99,7 @@
|
||||
"typescript": "^3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"opencollective": "^1.0.3",
|
||||
"opencollective-postinstall": "^2.0.0",
|
||||
"postinstall-build": "^5.0.1",
|
||||
"prop-types": "^15.6.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user