From 557e4196f524d90f99188438d63ee0bfe0bf7ad5 Mon Sep 17 00:00:00 2001 From: Shaw Walters Date: Fri, 7 Aug 2020 20:45:54 -0700 Subject: [PATCH] Update package.json Looked like a copy and paste from Exokit Browser, updated so this can be published to npm if ya want! --- package.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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" }