Skip to content

Commit

Permalink
feat(package.json): Add Yarn (#38)
Browse files Browse the repository at this point in the history
* feat(package.json): Add Yarn

Add a yarn.lock file to lock dependencies
  • Loading branch information
jamsea authored Jul 31, 2017
1 parent f73958e commit 8b7a570
Show file tree
Hide file tree
Showing 2 changed files with 5,535 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A [React](https://github.com/facebook/react) component for [Google Publisher Tag
## Installation

```
$ npm install --save react-gpt
$ yarn react-gpt
```

React GPT depends on [Promise](https://promisesaplus.com/) to be available in browser. If your application support the browser which doesn't support Promise, please include the polyfill.
Expand Down Expand Up @@ -120,7 +120,7 @@ class Application extends React.Component {
## To run examples:

1. Clone this repo
2. Run `npm install`
2. Run `yarn`
3. Run `npm run examples` for client side rendering, `npm start` for server side rendering.
4. Point your browser to http://localhost:8080

Expand Down
Loading

0 comments on commit 8b7a570

Please sign in to comment.