Skip to content

Commit dfdd834

Browse files
committed
fix: cleanup readme and package
1 parent 639a88c commit dfdd834

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/in-memory-db/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ class UsersController extends InMemoryDBEntityController<UserEntity> {
228228
<tr>
229229
<td align="center"><a href="https://wesleygrimes.com"><img src="https://avatars0.githubusercontent.com/u/324308?v=4" width="100px;" alt="Wes Grimes"/><br /><sub><b>Wes Grimes</b></sub></a><br /><a href="#infra-wesleygrimes" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/nestjs-addons/in-memory-db/commits?author=wesleygrimes" title="Tests">⚠️</a> <a href="https://github.com/nestjs-addons/in-memory-db/commits?author=wesleygrimes" title="Code">💻</a></td>
230230
<td align="center"><a href="https://github.com/yharaskrik"><img src="https://avatars.githubusercontent.com/u/9469090?s=460&u=cdb912283b06f43b36da0137e61d66a48f9f7e85&v=4" width="100px;" alt="Jay Bell"/><br /><sub><b>Jay Bell</b></sub></a><br /><a href="https://github.com/nestjs-addons/in-memory-db/commits?author=yharaskrik" title="Tests">⚠️</a> <a href="https://github.com/nestjs-addons/in-memory-db/commits?author=yharaskrik" title="Code">💻</a></td>
231+
<td align="center"><a href="https://github.com/DominikPieper"><img src="https://avatars.githubusercontent.com/u/77470?s=400&u=dcb757adc603e0d4caebb02182be9674299e0de0&v=4" width="100px;" alt="Dominik Pieper"/><br /><sub><b>Dominik Pieper</b></sub></a><br /><a href="https://github.com/nestjs-addons/in-memory-db/commits?author=DominikPieper" title="Tests">⚠️</a> <a href="https://github.com/nestjs-addons/in-memory-db/commits?author=yharaskrik" title="Code">💻</a></td>
231232
</tr>
232233
</table>
233234

packages/in-memory-db/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"name": "@nestjs-addons/in-memory-db",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"license": "MIT",
55
"description": "Simple In-Memory DB Service for NestJS projects",
66
"author": "Wes Grimes",
77
"homepage": "https://github.com/nestjs-addons/platform",
88
"repository": "https://github.com/nestjs-addons/platform",
99
"schematics": "./dist/packages/in-memory-db/schematics/collection.json",
1010
"publishConfig": {
11-
"access": "public",
12-
"registry": "https://registry.npmjs.org/@nestjs-addons/in-memory-db"
11+
"access": "public"
1312
},
1413
"peerDependencies": {
1514
"@nestjs/common": "^6.7.0 || ^7.0.0",

0 commit comments

Comments
 (0)