Skip to content

Commit

Permalink
Announce dropping support for node v0.12
Browse files Browse the repository at this point in the history
* add engines in package.json
* add a 'news' item to the README.

In support of IBM-Cloud#55
  • Loading branch information
srl295 committed Aug 2, 2017
1 parent 9a59eec commit 2d48dec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.5.0-1",
"description": "JavaScript (Node.js, etc) client for Bluemix Globalization Pipeline",
"main": "index.js",
"engines": {
"node": ">=0.12"
},
"scripts": {
"test": "mocha",
"coverage": "nyc mocha && nyc report --reporter=lcov",
Expand Down
4 changes: 4 additions & 0 deletions template-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ This SDK currently supports [Node.js](http://nodejs.org).
[![Coverage Status](https://coveralls.io/repos/github/IBM-Bluemix/gp-js-client/badge.svg)](https://coveralls.io/github/IBM-Bluemix/gp-js-client)
[![Coverity Status](https://img.shields.io/coverity/scan/9399.svg)](https://scan.coverity.com/projects/ibm-bluemix-gp-js-client)

### Upcoming News

* ⚠ Please note that support for Node v0.12 will be removed by version 2.0 of this SDK. See the [Node.js LTS schedule](https://github.com/nodejs/LTS).

## Sample

For a working Bluemix application sample,
Expand Down

0 comments on commit 2d48dec

Please sign in to comment.