Skip to content

Commit 1c75267

Browse files
committed
chore(@ddd-framework/core): release @ddd-framework/core v0.1.0
1 parent 308733a commit 1c75267

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/core/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/core",
3-
"version": "0.0.0",
3+
"version": "0.1.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)