Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Commit

Permalink
remove yarn lock. just use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
codl committed Oct 5, 2018
1 parent eb30308 commit 12a09ed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 268 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ python:
- 3.7-dev
install:
- pip install -r requirements.txt -r requirements-dev.txt
- npm install
- npm ci
script:
- pytest --cov=.
after_success:
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -43,7 +43,7 @@ pip or any python tools included in dependencies (honcho, flask...)

```
$ pip install -r requirements.txt
$ yarn || npm install
$ npm ci
```

Wow!! Exciting
Expand Down
266 changes: 0 additions & 266 deletions yarn.lock

This file was deleted.

0 comments on commit 12a09ed

Please sign in to comment.