Skip to content

Commit 7bc717b

Browse files
committed
fix(android): better npm ignores
Had to make a commit to have semantic-release notice any changes Also, format markdown files
1 parent f0e13a7 commit 7bc717b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Diff for: CODE_OF_CONDUCT.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
17+
- Using welcoming and inclusive language
18+
- Being respectful of differing viewpoints and experiences
19+
- Gracefully accepting constructive criticism
20+
- Focusing on what is best for the community
21+
- Showing empathy towards other community members
2222

2323
Examples of unacceptable behavior by participants include:
2424

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others' private information, such as a physical or electronic
30-
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
25+
- The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
- Trolling, insulting/derogatory comments, and personal or political attacks
28+
- Public or private harassment
29+
- Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
- Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
3333

3434
## Our Responsibilities
3535

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"flow": "flow src",
4646
"flowgen": "flowgen src/index.d.ts -o src/index.js.flow",
4747
"flowtyped": "flow-typed install",
48-
"format": "prettier README.md './src/**/*.{ts,tsx}' src/index.d.ts --write",
48+
"format": "prettier README.md CONTRIBUTING.md CODE_OF_CONDUCT.md './src/**/*.{ts,tsx}' src/index.d.ts --write",
4949
"jest": "jest",
5050
"lint": "eslint --ext .ts,.tsx src",
5151
"peg": "pegjs -o src/lib/extract/transform.js ./src/lib/extract/transform.peg",

0 commit comments

Comments
 (0)