Skip to content

Commit

Permalink
chore(*): swithing from npm to yarn (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
topheman authored Apr 8, 2017
1 parent fe1b21c commit 3f61fdf
Show file tree
Hide file tree
Showing 4 changed files with 6,510 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
before_install:
- echo "Updating npm (need at least v3), because of the following problem - https://github.com/npm/npm/issues/11088"
- npm update -g
- npm --version
- time npm i -g [email protected] --cache-min 999999999
install:
- time yarn
before_script:
- npm run build-prod-all-owner
- npm run build-travis
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@ This project now follows the same development workflow as the one explained in [

#### Install

If you don't have [yarn](https://yarnpkg.com/lang/en/) yet, just `npm install yarn -g`

```shell
git clone https://github.com/topheman/react-es6-redux.git
cd react-es6-redux
npm install
yarn
```

*Note:* Installing the [topheman-apis-proxy](#with-topheman-apis-proxy) backend is **no longer mandatory** (I changed the code so that you could do unauthenticated request to the github API - you will be [rate limited to 10 requests per minute](https://developer.github.com/v3/search/#rate-limit) though).
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"phantomjs-prebuilt": "^2.1.7",
"pre-commit": "^1.1.2",
"protractor": "^3.0.0",
"react-addons-test-utils": "^15.2.1",
"react-addons-test-utils": "15.4.x",
"sass-loader": "^3.1.2",
"serve": "^1.4.0",
"sinon": "^1.17.3",
Expand All @@ -121,8 +121,8 @@
"bootstrap-sass": "^3.3.5",
"es6-promise": "^3.0.2",
"lscache": "^1.0.5",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react": "15.4.x",
"react-dom": "15.4.x",
"react-redux": "^4.4.5",
"react-router": "^2.2.4",
"react-router-redux": "^4.0.2",
Expand Down
Loading

0 comments on commit 3f61fdf

Please sign in to comment.