Skip to content

Commit 557e419

Browse files
authored
Update package.json
Looked like a copy and paste from Exokit Browser, updated so this can be published to npm if ya want!
1 parent 6f749ba commit 557e419

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

‎package.json‎

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "exokit-browser",
2+
"name": "exokit-avatars",
33
"version": "0.0.1",
4-
"description": "Exokit Browser",
4+
"description": "Exokit Avatars",
55
"main": "index.js",
66
"dependencies": {
77
"express": "^4.17.1"
@@ -13,17 +13,16 @@
1313
},
1414
"scripts": {
1515
"start": "sudo $(which node) index.js",
16-
"build": "cd menu && react-scripts build",
1716
"test": "echo \"Error: no test specified\" && exit 1"
1817
},
1918
"repository": {
2019
"type": "git",
21-
"url": "git+https://github.com/exokitxr/exoland.git"
20+
"url": "git+https://github.com/exokitxr/avatars.git"
2221
},
2322
"author": "Avaer Kazmer <a@modules.io>",
2423
"license": "ISC",
2524
"bugs": {
26-
"url": "https://github.com/exokitxr/exoland/issues"
25+
"url": "https://github.com/exokitxr/avatars/issues"
2726
},
28-
"homepage": "https://github.com/exokitxr/exoland#readme"
27+
"homepage": "https://github.com/exokitxr/avatars#readme"
2928
}

0 commit comments

Comments
 (0)