Skip to content

Commit

Permalink
fix(getting-started): remove extra comma (#704)
Browse files Browse the repository at this point in the history
add ts-node package

closes #703

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
  • Loading branch information
OlivierAlbertini authored and mayurkale22 committed Jan 17, 2020
1 parent 25d1028 commit 021bbbb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions getting-started/ts-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
"main": "app.ts",
"scripts": {
"start": "ts-node app.ts",
"start-tracing": "ts-node -r ./tracing.ts app.ts",
"start-tracing": "ts-node -r ./tracing.ts app.ts"
},
"author": "OpenTelemetry Authors",
"license": "Apache-2.0",
"devDependencies": {
"ts-node": "^8.6.2"
},
"dependencies": {
"@opentelemetry/core": "^0.3.2",
"@opentelemetry/exporter-prometheus": "^0.3.2",
Expand All @@ -18,7 +21,7 @@
"@opentelemetry/plugin-http": "^0.3.2",
"@opentelemetry/tracing": "^0.3.2",
"@opentelemetry/types": "^0.3.2",
"axios": "^0.19.0",
"axios": "^0.19.1",
"express": "^4.17.1"
}
}

0 comments on commit 021bbbb

Please sign in to comment.