Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Move to Yarn (#11)
Browse files Browse the repository at this point in the history
* Move to yarn

* Move to yarn

* Update CI node version

* Move to yarn
  • Loading branch information
alexnault committed Oct 5, 2018
1 parent 53a391d commit 83abb7c
Show file tree
Hide file tree
Showing 3 changed files with 1,248 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "0.10"
script: "npm run-script test-travis"
- "10.11.0"
script: "yarn run test-travis"
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Movie showtimes around the globe.

## Installation
```bash
npm install projection --save
yarn install projection --save
```

## Example
Expand Down
Loading

0 comments on commit 83abb7c

Please sign in to comment.