From 5c599a4b81bfd16af0afecfbaf8c38102dd7688f Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Fri, 12 Feb 2016 14:06:57 +0100 Subject: [PATCH] node >=4 --- circle.yml | 8 +++----- package.json | 3 +++ 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/circle.yml b/circle.yml index a9abf4c..7989a72 100644 --- a/circle.yml +++ b/circle.yml @@ -1,5 +1,3 @@ -notify: - webhooks: - # A list of hook hashes, containing the url field - # gitter hook - - url: https://webhooks.gitter.im/e/9ebf3297ec153cdb0d0b +machine: + node: + version: 4 \ No newline at end of file diff --git a/package.json b/package.json index 7169cc4..85b22a9 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,9 @@ "licenses": { "type": "MIT" }, + "engines": { + "node": ">=4" + }, "dependencies": { "babel-runtime": "^6.5.0", "diamond-square": "0.0.0",