We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ff2d5 commit be465e4Copy full SHA for be465e4
packages/in-memory-db/package.json
@@ -4,10 +4,12 @@
4
"license": "MIT",
5
"description": "Simple In-Memory DB Service for NestJS projects",
6
"author": "Wes Grimes",
7
+ "homepage": "https://github.com/nestjs-addons/platform",
8
"repository": "https://github.com/nestjs-addons/platform",
9
"schematics": "./dist/packages/in-memory-db/schematics/collection.json",
10
"publishConfig": {
- "access": "public"
11
+ "access": "public",
12
+ "registry": "https://registry.npmjs.org/@nestjs-addons/in-memory-db"
13
},
14
"peerDependencies": {
15
"@nestjs/common": "^6.7.0 || ^7.0.0",
0 commit comments