Skip to content

Commit

Permalink
npm install → yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Apr 25, 2017
1 parent 22067f5 commit 0c3d605
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions docs/Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The development environment is Node 7+. To setup the repository

```
git clone https://github.com/gpbl/react-day-picker.git
cd react-day-picker && npm install
cd react-day-picker && yarn
```

Some useful npm scripts:
Expand All @@ -20,8 +20,7 @@ Some useful npm scripts:
* `npm lint`: make sure the code is linted correctly
* `npm dtslint`: lint Typescript declaration

You can even run and modify the [Examples](Examples.md)! Just remember to run `npm install`
to use the last version.
You can even run and modify the [Examples](Examples.md)! Just remember to run `yarn` to use the last version.

## Contributors ❤️

Expand Down
4 changes: 2 additions & 2 deletions docs/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ If you want to play with the examples, setup the repo and the app:
git clone https://github.com/gpbl/react-day-picker.git
cd react-day-picker
npm install
yarn
npm run build
cd examples
npm install
yarn
```

2. Run the example app from the `examples` dir:
Expand Down
4 changes: 2 additions & 2 deletions docs/Github.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Setup the repo and the app:

```
git clone https://github.com/gpbl/react-day-picker.git
cd react-day-picker && npm install
cd examples && npm install
cd react-day-picker && yarn
cd examples && yarn
```

then run the example app from the `examples` dir:
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ To run the examples with hot-reload, you must install the npm dependencies from

```
git clone https://github.com/gpbl/react-day-picker.git
cd react-day-picker && npm install
cd examples && npm install
cd react-day-picker && yarn
cd examples && yarn
npm start
```

Expand Down

0 comments on commit 0c3d605

Please sign in to comment.