Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
Going forward opened captions is going to built assuming Node 11

Issue #15 Modernize development environment
  • Loading branch information
slifty committed Nov 15, 2018
1 parent 889fdca commit 53f966c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "0.12"
- "11.0.1"
install:
- npm install
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
},
"devDependencies": {
"mocha": "^2.2.4",
"should": "^6.0.1"
"should": "^6.0.1"
},
"description": "A distributed API for closed captioning live-streams.",
"engines": {
"node": ">=11.1.0"
},
"main": "index.js",
"keywords": [
"captions",
Expand Down

0 comments on commit 53f966c

Please sign in to comment.