Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Chore: upgrade engines field to >=8 (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed May 17, 2019
1 parent 056fee7 commit 4a6c3f1
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion examples/grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "OpenCensus Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"scripts": {
"lint": "semistandard *.js",
Expand Down
2 changes: 1 addition & 1 deletion examples/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "OpenCensus Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"scripts": {
"lint": "semistandard *.js",
Expand Down
2 changes: 1 addition & 1 deletion examples/stats/exporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-exporter-instana/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "Instana Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-exporter-jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-exporter-ocagent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"author": "OpenCensus Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-exporter-prometheus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-exporter-stackdriver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-exporter-zipkin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-exporter-zpages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-instrumentation-all/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-instrumentation-grpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-instrumentation-http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-instrumentation-http2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-instrumentation-https/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-instrumentation-ioredis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-instrumentation-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-instrumentation-redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-nodejs-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-propagation-b3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-propagation-binaryformat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-propagation-jaeger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "Google Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-propagation-tracecontext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "OpenCensus Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/opencensus-resource-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "OpenCensus Authors",
"license": "Apache-2.0",
"engines": {
"node": ">=6.0"
"node": ">=8"
},
"files": [
"build/src/**/*.js",
Expand Down

0 comments on commit 4a6c3f1

Please sign in to comment.