diff --git a/packages/unillm-node/package.json b/packages/unillm-node/package.json index ea9f423..15d6cf5 100644 --- a/packages/unillm-node/package.json +++ b/packages/unillm-node/package.json @@ -1,6 +1,6 @@ { "name": "unillm", - "version": "0.1.1", + "version": "0.1.2", "main": "./index.ts", "type": "commonjs", "license": "MIT", @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/pezzolabs/UniLLM.git" }, - "homepage": "https://github.com/pezzolabs/UniLLM.git", + "homepage": "https://docs.unillm.ai", "scripts": { "lint": "eslint .", "test": "vitest --coverage",