Skip to content

Commit a5e4524

Browse files
committed
chore(@ddd-framework/event-sourcing): release @ddd-framework/event-sourcing v0.0.0
1 parent 145c939 commit a5e4524

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/event-sourcing/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "@ddd-framework/event-sourcing",
3-
"version": "0.0.0-alpha",
3+
"version": "0.0.0",
44
"private": false,
55
"publishConfig": {
66
"access": "public",
77
"registry": "https://registry.npmjs.org/"
88
},
99
"license": "MIT",
10-
"files": ["dist"],
10+
"files": [
11+
"dist"
12+
],
1113
"types": "dist",
1214
"main": "./dist/index.js",
1315
"scripts": {

0 commit comments

Comments
 (0)