Skip to content

Commit

Permalink
chore: update package name
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmaticivan committed Jun 25, 2021
1 parent 18c51a4 commit 3ec9de4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo_text.svg" width="320" alt="Nest Logo" /></a>
</p>

# NestJS OpenTelemetry
# NestJS OpenTelemetry (OTEL)

## Description

Expand All @@ -11,5 +11,5 @@
## Installation

```bash
$ npm i --save nestjs-opentelemetry
$ npm i --save nestjs-otel
```
3 changes: 2 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nestjs-opentelemetry",
"name": "nestjs-otel",
"version": "0.1.0",
"description": "NestJS OpenTelemetry Library",
"main": "lib/index.js",
Expand All @@ -12,11 +12,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/pragmaticivan/nestjs-opentelemetry.git"
"url": "git+https://github.com/pragmaticivan/nestjs-otel.git"
},
"keywords": [
"nestjs",
"opentelemetry",
"otel",
"tracing",
"observability",
"prometheus"
Expand All @@ -25,9 +26,9 @@
"license": "MIT",
"test": "jest --ci --runInBand",
"bugs": {
"url": "https://github.com/pragmaticivan/nestjs-opentelemetry/issues"
"url": "https://github.com/pragmaticivan/nestjs-otel/issues"
},
"homepage": "https://github.com/pragmaticivan/nestjs-opentelemetry#readme",
"homepage": "https://github.com/pragmaticivan/nestjs-otel#readme",
"dependencies": {
"@nestjs/common": "^7.6.18",
"@nestjs/core": "^7.6.18",
Expand Down

0 comments on commit 3ec9de4

Please sign in to comment.