Skip to content

Commit

Permalink
fix(nodejs requirement): set NodeJS requirement to at least Node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
simondel committed Mar 13, 2020
1 parent 0f370f6 commit 8c08059
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion e2e/test/polymer-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"posttest": "mocha --require ts-node/register verify/*.ts"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"version": "3.0.1",
"main": "paper-button.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"start": "tsc -b -w"
},
"engines": {
"node": ">=8",
"node": ">=10",
"npm": ">=5"
}
}
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/api#readme",
"engines": {
"node": ">=8"
"node": ">=10"
},
"dependencies": {
"mutation-testing-report-schema": "~1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"keywords": [
"mutation testing",
Expand Down
2 changes: 1 addition & 1 deletion packages/html-reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"url": "https://github.com/stryker-mutator/stryker.git"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/jasmine-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"contributors": [],
"engines": {
"node": ">=8"
"node": ">=10"
},
"devDependencies": {
"@types/node": "^13.7.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/jasmine-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
]
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript-mutator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/stryker-mutator/stryker.git"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/karma-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.io/stryker-mutator/stryker"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/mutator-specification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/javascript-mutator#readme",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-mutator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"keywords": [
"stryker",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-transpiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/stryker-mutator/stryker"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"keywords": [
"stryker",
Expand Down

0 comments on commit 8c08059

Please sign in to comment.