Skip to content

Commit

Permalink
chore; format
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Sep 1, 2024
1 parent 6b7151f commit e715bd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 17 deletions.
5 changes: 1 addition & 4 deletions packages/nestjs-firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@
"clean": "tsc --build --clean",
"lint": "tsc -p . --noEmit"
},
"keywords": [
"nest",
"firebase"
],
"keywords": ["nest", "firebase"],
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"firebase-admin": "^10.0.0 || ^11.0.0 || ^12.0.0"
Expand Down
6 changes: 1 addition & 5 deletions packages/nestjs-graphql-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
"clean": "tsc --build --clean",
"lint": "tsc -p . --noEmit"
},
"keywords": [
"nest",
"graphql-relay",
"typeorm"
],
"keywords": ["nest", "graphql-relay", "typeorm"],
"peerDependencies": {
"@apollo/gateway": "^2.0.0",
"@nestjs/graphql": "^12.0.0",
Expand Down
5 changes: 1 addition & 4 deletions packages/nestjs-slack-webhook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
"clean": "tsc --build --clean",
"lint": "tsc -p . --noEmit"
},
"keywords": [
"nest",
"slack-webhook"
],
"keywords": ["nest", "slack-webhook"],
"peerDependencies": {
"@nestjs/common": "^10.0.0",
"@slack/webhook": "^6.0.0 || ^7.0.0"
Expand Down
5 changes: 1 addition & 4 deletions packages/nestjs-zendesk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
"clean": "tsc --build --clean",
"lint": "tsc -p . --noEmit"
},
"keywords": [
"nest",
"zendesk"
],
"keywords": ["nest", "zendesk"],
"peerDependencies": {
"node-zendesk": "^5.0.0"
},
Expand Down

0 comments on commit e715bd8

Please sign in to comment.