Skip to content

Commit 4b17381

Browse files
bump v5.0.14
1 parent 09acaa2 commit 4b17381

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-geteventstore",
3-
"version": "5.0.13",
3+
"version": "5.0.14",
44
"description": "Event Store connector for NestJS-Cqrs",
55
"author": "Vincent Vermersch <[email protected] >",
66
"contributors": [
@@ -15,11 +15,7 @@
1515
],
1616
"license": "MIT",
1717
"readmeFilename": "README.md",
18-
"files": [
19-
"index.*",
20-
"dist/**/*",
21-
"*.md"
22-
],
18+
"main": "dist/index.js",
2319
"scripts": {
2420
"start:dev": "tsc -w",
2521
"build": "tsc",

0 commit comments

Comments
 (0)