Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Looked like a copy and paste from Exokit Browser, updated so this can be published to npm if ya want!
  • Loading branch information
lalalune authored Aug 8, 2020
1 parent 6f749ba commit 557e419
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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 <[email protected]>",
"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"
}

0 comments on commit 557e419

Please sign in to comment.