diff --git a/package.json b/package.json index 78d1cf3d..0cdda24d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@westake/borsh", "version": "0.0.23", "readme": "README.md", - "homepage": "https://github.com/the-westake/borsh-ts#README", + "homepage": "https://github.com/westake/borsh-ts#README", "description": "Binary Object Representation Serializer for Hashing", "main": "index.js", "types": "index.d.ts", @@ -20,7 +20,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/the-westake/borsh-ts.git" + "url": "git+https://github.com/westake/borsh-ts.git" }, "keywords": [ "serializer", @@ -30,10 +30,10 @@ "consistency", "deterministic" ], - "author": "The westake", + "author": "WeStake", "license": "Apache-2.0", "bugs": { - "url": "https://github.com/the-westake/borsh-ts/issues" + "url": "https://github.com/westake/borsh-ts/issues" }, "devDependencies": { "@types/babel__core": "^7.1.2",