Skip to content

Commit

Permalink
Adding changes from 9.10.1
Browse files Browse the repository at this point in the history
Merge branch 'master' into release
  • Loading branch information
davidfekke committed Mar 31, 2018
2 parents 47678e0 + 9e3c32b commit 9875768
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- "9.10.0"
- "9.10.1"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mhart/alpine-node:9.10.0
FROM mhart/alpine-node:9.10.1

RUN npm install -g yarn

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This is the source code for the JaxNode website.

[![Build Status](https://travis-ci.org/davidfekke/jaxnode.svg?branch=release)](https://travis-ci.org/davidfekke/jaxnode)
[![Coverage Status](https://coveralls.io/repos/github/davidfekke/jaxnode/badge.svg?branch=master)](https://coveralls.io/github/davidfekke/jaxnode?branch=master)
[![Node v8](http://img.shields.io/badge/node-v8.11.0-brightgreen.svg)](https://nodejs.org)
[![Node v9](http://img.shields.io/badge/node-v9.10.0-brightgreen.svg)](https://nodejs.org)
[![Node v8](http://img.shields.io/badge/node-v8.11.1-brightgreen.svg)](https://nodejs.org)
[![Node v9](http://img.shields.io/badge/node-v9.10.1-brightgreen.svg)](https://nodejs.org)

The website can be viewed at [https://www.jaxnode.com](https://www.jaxnode.com).

Expand All @@ -20,6 +20,6 @@ They are as follows;
* process.env.twitter_atk = Twitter access_token_key
* process.env.twitter_ats = Twitter access_token_secret

Moved site to Heroku. Upgraded to Node.js v9.10.0. Version 3.0 of this code requires Node.js 8.6 or higher because of the use of async/await.
Moved site to Heroku. Upgraded to Node.js v9.10.1. Version 3.0 of this code requires Node.js 8.6 or higher because of the use of async/await.

Copyright 2018 David Fekke
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"supertest": "^1.1.0"
},
"engines": {
"node": "9.10.0"
"node": "9.10.1"
},
"license": "Apache-2.0"
}

0 comments on commit 9875768

Please sign in to comment.