Skip to content

Commit f1ff2d5

Browse files
authored
fix: update package.json for publish (#31)
1 parent 296ab22 commit f1ff2d5

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

packages/in-memory-db/package.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,31 @@
11
{
22
"name": "@nestjs-addons/in-memory-db",
3-
"version": "0.0.1"
3+
"version": "3.0.0",
4+
"license": "MIT",
5+
"description": "Simple In-Memory DB Service for NestJS projects",
6+
"author": "Wes Grimes",
7+
"repository": "https://github.com/nestjs-addons/platform",
8+
"schematics": "./dist/packages/in-memory-db/schematics/collection.json",
9+
"publishConfig": {
10+
"access": "public"
11+
},
12+
"peerDependencies": {
13+
"@nestjs/common": "^6.7.0 || ^7.0.0",
14+
"@nestjs/core": "^6.7.0 || ^7.0.0",
15+
"reflect-metadata": "^0.1.12",
16+
"rxjs": "^6.0.0"
17+
},
18+
"keywords": [
19+
"nestjs",
20+
"nest",
21+
"api",
22+
"in-memory db",
23+
"in-memory",
24+
"prototyping",
25+
"db",
26+
"crud",
27+
"rest",
28+
"typescript",
29+
"javascript"
30+
]
431
}

0 commit comments

Comments
 (0)