Skip to content

Commit

Permalink
chore(npm): update
Browse files Browse the repository at this point in the history
  • Loading branch information
akameco committed May 29, 2018
1 parent 942c65d commit 040f5b0
Show file tree
Hide file tree
Showing 4 changed files with 206 additions and 147 deletions.
20 changes: 10 additions & 10 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ In the interest of fostering an open and welcoming environment, we as contributo

Examples of behavior that contributes to creating a positive environment include:

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

Examples of unacceptable behavior by participants include:

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

## Our Responsibilities

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,26 @@
"dependencies": {
"extract-react-intl": "^0.5.2",
"flat": "^4.0.0",
"js-yaml": "^3.10.0",
"load-json-file": "^4.0.0",
"js-yaml": "^3.11.0",
"load-json-file": "^5.0.0",
"lodash.merge": "^4.6.1",
"meow": "^4.0.0",
"meow": "^5.0.0",
"mkdirp": "^0.5.1",
"sort-keys": "^2.0.0",
"write-json-file": "^2.3.0"
},
"devDependencies": {
"all-contributors-cli": "^4.11.0",
"all-contributors-cli": "^4.11.1",
"ava": "^0.25.0",
"husky": "^0.14.3",
"lint-staged": "^7.0.0",
"lint-staged": "^7.1.2",
"pify": "^3.0.0",
"prettier": "^1.11.1",
"react": "^16.2.0",
"prettier": "^1.13.2",
"react": "^16.4.0",
"react-intl": "^2.3.0",
"temp-write": "^3.4.0",
"tempy": "^0.2.1",
"xo": "^0.20.3"
"xo": "^0.21.1"
},
"lint-staged": {
"*.{js,json,md}": [
Expand Down
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@ create `.babelrc` like this.

```json
{
"presets": [
"react-app"
]
"presets": ["react-app"]
}
```

Expand Down
Loading

0 comments on commit 040f5b0

Please sign in to comment.