Skip to content

Commit 1f79060

Browse files
committed
add evm
1 parent 860b395 commit 1f79060

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/plugin-evm/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
22
"name": "@elizaos-plugins/plugin-evm",
3-
"version": "0.1.9",
3+
"version": "1.0.0-alpha.63",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
77
"types": "dist/index.d.ts",
8+
"publishConfig": {
9+
"access": "public"
10+
},
811
"exports": {
912
"./package.json": "./package.json",
1013
".": {

0 commit comments

Comments
 (0)