Skip to content

Commit eae9615

Browse files
committed
alpha.3
1 parent d73bb36 commit eae9615

File tree

19 files changed

+546
-594
lines changed

19 files changed

+546
-594
lines changed

lerna.json

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
{
2-
"version": "1.0.0-alpha.2",
3-
"packages": [
4-
"packages/*"
5-
],
6-
"npmClient": "bun",
7-
"command": {
8-
"publish": {
9-
"ignoreChanges": [
10-
"packages/docs",
11-
"packages/client"
12-
]
13-
}
14-
}
15-
}
2+
"version": "1.0.0-alpha.2",
3+
"packages": ["packages/*"],
4+
"npmClient": "bun",
5+
"command": {
6+
"publish": {
7+
"ignoreChanges": ["packages/docs", "packages/client"]
8+
}
9+
}
10+
}

packages/cli/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@
1515
"url": "https://github.com/elizaOS/eliza.git",
1616
"directory": "packages/cli"
1717
},
18-
"files": [
19-
"dist",
20-
"templates"
21-
],
18+
"files": ["dist", "templates"],
2219
"keywords": [],
2320
"type": "module",
2421
"exports": {

0 commit comments

Comments
 (0)