mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 17:42:24 +08:00
Remove unnecessary configuration files from npm build #698
This commit is contained in:
@@ -11,6 +11,15 @@ npm-debug.log
|
||||
project.xcworkspace/
|
||||
xcuserdata/
|
||||
|
||||
# Config files
|
||||
.babelrc
|
||||
.editorconfig
|
||||
.eslintrc
|
||||
.flowconfig
|
||||
.watchmanconfig
|
||||
buddybuild_postclone.sh
|
||||
jsconfig.json
|
||||
|
||||
# Example
|
||||
example/
|
||||
|
||||
|
||||
@@ -64,7 +64,8 @@
|
||||
"firestack",
|
||||
"performance",
|
||||
"firestore",
|
||||
"dynamic-links"
|
||||
"dynamic-links",
|
||||
"crashlytics"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"react": "*",
|
||||
|
||||
Reference in New Issue
Block a user