Skip to content

Commit

Permalink
exclude Android build artifacts, format .kt files
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Aug 9, 2023
1 parent dd01cdd commit 6d24a06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions incubator/@react-native-webapis/battery-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
},
"files": [
"RNWBatteryStatus.podspec",
"android/*",
"android/build.gradle",
"android/gradle.properties",
"android/src/*",
"ios/*",
"lib/*",
"macos/*",
Expand All @@ -33,7 +35,7 @@
"format": "rnx-kit-scripts format",
"format:c": "clang-format -i $(git ls-files '*.c' '*.cpp' '*.h' '*.m' '*.mm')",
"lint": "rnx-kit-scripts lint",
"lint:kt": "ktlint --code-style=android_studio --relative 'android/src/**/*.kt'"
"lint:kt": "ktlint --relative 'android/src/**/*.kt'"
},
"peerDependencies": {
"react-native": ">=0.71.0-0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3190,7 +3190,7 @@ __metadata:
prettier: ^3.0.0
typescript: ^5.0.0
peerDependencies:
react-native: ">=0.71.0"
react-native: ">=0.71.0-0"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 6d24a06

Please sign in to comment.