Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#681) (fixes #680)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored and leshakoss committed Feb 7, 2018
1 parent 3b9cd00 commit 21c2c63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Expand Up @@ -79,7 +79,7 @@ Please follow the main contributing rules, to maintain date-fns' top quality:

2. Fork the project and clone the fork repo.

3. Run `yarn` or `npm install` to install the application dependencies.
3. Run `yarn` to install the application dependencies.

## Code Style Guide

Expand All @@ -88,8 +88,6 @@ Please follow the main contributing rules, to maintain date-fns' top quality:
The project follows [JavaScript Standard Style]. To lint the code, run:

```bash
npm run lint
# or
yarn run lint
```

Expand Down

0 comments on commit 21c2c63

Please sign in to comment.