diff --git a/package.json b/package.json index a848dd3..ad4ff6c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@juzi/puppet-rabbit", + "name": "@juzi/wechaty-puppet-rabbit", "version": "1.0.0", "type": "module", "description": "", @@ -32,5 +32,9 @@ "ts-node": "10.9.2", "type-fest": "^4.30.0", "typescript": "5.7.2" + }, + "publishConfig": { + "access": "public", + "tag": "latest" } }