diff --git a/package.json b/package.json index e92e05d..096b769 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "exokit-browser", + "name": "exokit-avatars", "version": "0.0.1", - "description": "Exokit Browser", + "description": "Exokit Avatars", "main": "index.js", "dependencies": { "express": "^4.17.1" @@ -13,17 +13,16 @@ }, "scripts": { "start": "sudo $(which node) index.js", - "build": "cd menu && react-scripts build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "git+https://github.com/exokitxr/exoland.git" + "url": "git+https://github.com/exokitxr/avatars.git" }, "author": "Avaer Kazmer ", "license": "ISC", "bugs": { - "url": "https://github.com/exokitxr/exoland/issues" + "url": "https://github.com/exokitxr/avatars/issues" }, - "homepage": "https://github.com/exokitxr/exoland#readme" + "homepage": "https://github.com/exokitxr/avatars#readme" }