Skip to content

Commit

Permalink
Merge 5e008cd into c9f3226
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Feb 9, 2018
2 parents c9f3226 + 5e008cd commit 9f0dd8a
Show file tree
Hide file tree
Showing 7 changed files with 2,374 additions and 86 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
node_modules
.env
.nyc_output
.coveralls.yml
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests/
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- "node"
- "lts/*"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for more background, objectives, key use cases.

### Requirements

* [Node](https://nodejs.org/) 8 (with npm)
* [Node](https://nodejs.org/) 9 (with npm)

### Install

Expand Down

0 comments on commit 9f0dd8a

Please sign in to comment.