From 508b626bf1b460d3733d3420dc1cfd001617f6ac Mon Sep 17 00:00:00 2001 From: Alex Indigo Date: Mon, 24 Jun 2019 21:45:58 -0700 Subject: [PATCH] Bump notion of modern node to node8 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bbdc886..dda264b 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "posttest": "istanbul report lcov text", "lint": "eslint lib/*.js test/*.js test/integration/*.js", "report": "istanbul report lcov text", - "ci-lint": "is-node-modern 6 && npm run lint || is-node-not-modern 6", + "ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8", "ci-test": "npm run test && npm run browser && npm run report", "predebug": "rimraf coverage test/tmp", "debug": "verbose=1 ./test/run.js",