From b78c3cae3e8087476d8c8b0671463947608bca66 Mon Sep 17 00:00:00 2001 From: ido Date: Mon, 2 Jan 2017 16:13:43 +0200 Subject: [PATCH] use babel-node to fix node 4 issues --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27e3814..ca29679 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "scripts": { "build": "npm run lint && npm run test", "lint": "eslint .", - "test": "node test/src/test.js", + "test": "babel-node test/src/test.js", "test-cov": "istanbul cover test/src/test.js -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/", "patch": "npm version patch -m\"update version to %s\" && git push && git push --tags", "minor": "npm version minor -m\"update version to %s\" && git push && git push --tags",