Skip to content

Commit be465e4

Browse files
committed
fix: homepage
1 parent f1ff2d5 commit be465e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/in-memory-db/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
"license": "MIT",
55
"description": "Simple In-Memory DB Service for NestJS projects",
66
"author": "Wes Grimes",
7+
"homepage": "https://github.com/nestjs-addons/platform",
78
"repository": "https://github.com/nestjs-addons/platform",
89
"schematics": "./dist/packages/in-memory-db/schematics/collection.json",
910
"publishConfig": {
10-
"access": "public"
11+
"access": "public",
12+
"registry": "https://registry.npmjs.org/@nestjs-addons/in-memory-db"
1113
},
1214
"peerDependencies": {
1315
"@nestjs/common": "^6.7.0 || ^7.0.0",

0 commit comments

Comments
 (0)