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

Commit

Permalink
Merge 974e019 into 53a391d
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnault committed Oct 5, 2018
2 parents 53a391d + 974e019 commit 592f8fd
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 592f8fd

Please sign in to comment.