From 2f423212e7daabeadf23b98601c5dd049f042a3b Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 26 Mar 2020 05:38:17 -0400 Subject: [PATCH] feat: bump minimum node from 8 to 10 --- .travis.yml | 2 +- examples/hello-world/package.json | 2 +- package.json | 2 +- packages/fts-core/package.json | 2 +- packages/fts-dev/package.json | 2 +- packages/fts-http-client/package.json | 2 +- packages/fts-http/package.json | 2 +- packages/fts-validator/package.json | 2 +- packages/fts/package.json | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index d84dec3..6b59b30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js cache: yarn node_js: + - 12 - 10 - - 8 diff --git a/examples/hello-world/package.json b/examples/hello-world/package.json index f3ddd1a..cea270b 100644 --- a/examples/hello-world/package.json +++ b/examples/hello-world/package.json @@ -6,7 +6,7 @@ "license": "MIT", "private": true, "engines": { - "node": ">=8" + "node": ">=10" }, "dependencies": { "fts": "link:../../packages/fts", diff --git a/package.json b/package.json index 6bc37cb..496d1b6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "packages/*" ], "engines": { - "node": ">=8" + "node": ">=10" }, "scripts": { "start": "run-s build:clean && tsc --build tsconfig.json --watch", diff --git a/packages/fts-core/package.json b/packages/fts-core/package.json index f15e058..839ff7f 100644 --- a/packages/fts-core/package.json +++ b/packages/fts-core/package.json @@ -8,6 +8,6 @@ "main": "build/index.js", "typings": "build/index.d.ts", "engines": { - "node": ">=8" + "node": ">=10" } } diff --git a/packages/fts-dev/package.json b/packages/fts-dev/package.json index 7f6d04d..e8fe153 100644 --- a/packages/fts-dev/package.json +++ b/packages/fts-dev/package.json @@ -11,7 +11,7 @@ "fts-dev": "build/cli.js" }, "engines": { - "node": ">=8" + "node": ">=10" }, "keywords": [ "typescript", diff --git a/packages/fts-http-client/package.json b/packages/fts-http-client/package.json index 86c7b67..41c6a85 100644 --- a/packages/fts-http-client/package.json +++ b/packages/fts-http-client/package.json @@ -8,7 +8,7 @@ "main": "build/index.js", "typings": "build/index.d.ts", "engines": { - "node": ">=8" + "node": ">=10" }, "keywords": [ "typescript", diff --git a/packages/fts-http/package.json b/packages/fts-http/package.json index 1668319..d331e84 100644 --- a/packages/fts-http/package.json +++ b/packages/fts-http/package.json @@ -8,7 +8,7 @@ "main": "build/index.js", "typings": "build/index.d.ts", "engines": { - "node": ">=8" + "node": ">=10" }, "keywords": [ "typescript", diff --git a/packages/fts-validator/package.json b/packages/fts-validator/package.json index bc6db5b..1bf4976 100644 --- a/packages/fts-validator/package.json +++ b/packages/fts-validator/package.json @@ -8,7 +8,7 @@ "main": "build/index.js", "typings": "build/index.d.ts", "engines": { - "node": ">=8" + "node": ">=10" }, "dependencies": { "ajv": "^6.7.0", diff --git a/packages/fts/package.json b/packages/fts/package.json index 0bb7553..144425c 100644 --- a/packages/fts/package.json +++ b/packages/fts/package.json @@ -11,7 +11,7 @@ "fts": "build/cli.js" }, "engines": { - "node": ">=8" + "node": ">=10" }, "keywords": [ "typescript",