Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasai-T committed May 23, 2022
1 parent a78b5b8 commit 881b09d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# nestjs-pubsub
# nestjs-cloud-pubsub

![Actions Status](https://github.com/caddijp/nestjs-pubsub/workflows/Node%20CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/caddijp/nestjs-pubsub/badge.svg?branch=chore/setup_actions)](https://coveralls.io/github/caddijp/nestjs-pubsub?branch=chore/setup_actions)
![Actions Status](https://github.com/caddijp/nestjs-cloud-pubsub/workflows/Node%20CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/caddijp/nestjs-cloud-pubsub/badge.svg?branch=chore/setup_actions)](https://coveralls.io/github/caddijp/nestjs-cloud-pubsub?branch=chore/setup_actions)

The [@google-cloud/pubsub](https://github.com/googleapis/nodejs-pubsub) NestJS module

# Install

```bash
npm install nestjs-pubsub @google-cloud/pubsub
npm install nestjs-cloud-pubsub @google-cloud/pubsub
```

## Usage
Expand Down Expand Up @@ -38,4 +38,4 @@ PRs accepted.

## License

[MIT](https://github.com/caddijp/nestjs-pubsub/blob/master/LICENSE) © CADDi Co.,Ltd
[MIT](https://github.com/caddijp/nestjs-cloud-pubsub/blob/master/LICENSE) © CADDi Co.,Ltd
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "nestjs-pubsub",
"version": "8.0.0-beta.0",
"name": "nestjs-cloud-pubsub",
"version": "8.0.0",
"description": "The @google-cloud NestJS module",
"repository": {
"type": "git",
"url": "ssh://[email protected]/caddijp/nestjs-pubsub.git"
"url": "ssh://[email protected]/caddijp/nestjs-cloud-pubsub.git"
},
"author": "CADDi Co.,Ltd",
"bugs": {
"url": "https://github.com/caddijp/nestjs-pubsub/issues"
"url": "https://github.com/caddijp/nestjs-cloud-pubsub/issues"
},
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 881b09d

Please sign in to comment.