Skip to content

Commit

Permalink
chore: require node 10 as minimum engine (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Oct 30, 2018
1 parent f85c541 commit 971e311
Show file tree
Hide file tree
Showing 23 changed files with 78 additions and 9 deletions.
9 changes: 6 additions & 3 deletions packages/core-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,14 @@
"lodash": "^4.17.11",
"moment": "^2.22.2"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@arkecosystem/core-test-utils": "^0.1.1",
"axios": "^0.18.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
9 changes: 6 additions & 3 deletions packages/core-blockchain/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,16 @@
"xstate": "^3.3.3",
"immutable": "^3.8.2"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@arkecosystem/core-test-utils": "^0.1.1",
"@arkecosystem/core-p2p": "^0.1.1",
"axios": "^0.18.0",
"axios-mock-adapter": "^1.15.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-database-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-debugger-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-event-emitter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-forger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-http-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-json-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-logger-winston/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
9 changes: 6 additions & 3 deletions packages/core-p2p/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,14 @@
"semver": "^5.6.0",
"sntp": "^3.0.1"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@arkecosystem/core-test-utils": "^0.1.1",
"axios-mock-adapter": "^1.15.0"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-tester-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-transaction-pool-mem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-transaction-pool/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core-webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}
3 changes: 3 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,8 @@
},
"publishConfig": {
"access": "public"
},
"engines": {
"node" : ">=10.x"
}
}

0 comments on commit 971e311

Please sign in to comment.