Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Replace npm and Bower with Yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Oct 17, 2017
1 parent d5aab93 commit 07a8df0
Show file tree
Hide file tree
Showing 7 changed files with 1,776 additions and 4,058 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 7,11 @@ addons:
- language-pack-fr
install:
- composer install
before_install:
- npm install -g npm@3
script: vendor/bin/phpunit
after_success:
- bash <(curl -s https://codecov.io/bash)
before_deploy:
- npm install --ignore-scripts
- yarn install --ignore-scripts
- ./node_modules/.bin/grunt doc
deploy:
provider: surge
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 14,10 @@ You just have to unzip it on your server and it should be ready to use.

### From Git

In order to get AllTube working, you need to use [npm](https://www.npmjs.com/) and [Composer](https://getcomposer.org/):
In order to get AllTube working, you need to use [Yarn](https://yarnpkg.com/) and [Composer](https://getcomposer.org/):

```bash
npm install
yarn install
composer install
```

Expand All @@ -35,11 35,11 @@ If your web server is Apache, you need to set the `AllowOverride` setting to `Al

#### Update

When updating from Git, you need to run npm and Composer again:
When updating from Git, you need to run yarn and Composer again:

```bash
git pull
npm install
yarn install
composer install
```

Expand Down
6 changes: 0 additions & 6 deletions bower.json

This file was deleted.

Loading

0 comments on commit 07a8df0

Please sign in to comment.