Skip to content

Commit 2297784

Browse files
committed
fix: schematics
1 parent dfdd834 commit 2297784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/in-memory-db/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@nestjs-addons/in-memory-db",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
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",
9-
"schematics": "./dist/packages/in-memory-db/schematics/collection.json",
9+
"schematics": "./dist/schematics/collection.json",
1010
"publishConfig": {
1111
"access": "public"
1212
},

0 commit comments

Comments
 (0)