diff --git a/.travis.yml b/.travis.yml index 408b942..06ba4ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: node_js node_js: - - "0.12" - "4" - "6" + - "7" sudo: false cache: directories: diff --git a/README.md b/README.md index fe95f3a..b2ee7ab 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ MIT License: Teppei Sato <teppeis@gmail.com> [travis-url]: https://travis-ci.org/teppeis/typescript-simple [deps-image]: https://img.shields.io/david/teppeis/typescript-simple.svg [deps-url]: https://david-dm.org/teppeis/typescript-simple -[node-version]: https://img.shields.io/badge/Node.js%20support-v0.12–v6-brightgreen.svg +[node-version]: https://img.shields.io/badge/Node.js%20support-v4–v7-brightgreen.svg [coverage-image]: https://img.shields.io/coveralls/teppeis/typescript-simple/master.svg [coverage-url]: https://coveralls.io/github/teppeis/typescript-simple?branch=master [license]: https://img.shields.io/npm/l/typescript-simple.svg diff --git a/appveyor.yml b/appveyor.yml index 73697fd..692d808 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,9 +3,9 @@ # Test against this version of Node.js environment: matrix: - - nodejs_version: "0.12" - nodejs_version: "4" - nodejs_version: "6" + - nodejs_version: "7" # Install scripts. (runs after repo cloning) install: diff --git a/package.json b/package.json index 370fa31..9f11542 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Simple API to compile TypeScript code string to JavaScript. That's all!", "main": "index.js", "engines": { - "node": ">=0.12" + "node": ">=4" }, "scripts": { "test": "npm run build && mocha",