]> Untitled Git - lemmy-ui.git/commitdiff
Changing name to lemmy-ui. Fixes #12
authorDessalines <tyhou13@gmx.com>
Tue, 15 Sep 2020 17:22:50 +0000 (12:22 -0500)
committerDessalines <tyhou13@gmx.com>
Tue, 15 Sep 2020 17:22:50 +0000 (12:22 -0500)
README.md
deploy.sh
package.json

index 306d486a6e9d5590f53562106170010f799def50..a6969d03a45f56995784c92e6031d496d7f3a18b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# lemmy-isomorphic-ui\r
+# lemmy-ui\r
 \r
 The official web app for [Lemmy](https://github.com/LemmyNet/lemmy), written in inferno.\r
 \r
index 9d50a481a81ae8a4bf3dc76e74d48d68d1ade63a..121eb77276ccca1c9d468414bcdd8a28159c2781 100755 (executable)
--- a/deploy.sh
+++ b/deploy.sh
@@ -2,8 +2,8 @@
 
 new_tag="$1"
 
-sudo docker build . --tag dessalines/lemmy-isomorphic-ui:$new_tag
-sudo docker push dessalines/lemmy-isomorphic-ui:$new_tag
+sudo docker build . --tag dessalines/lemmy-ui:$new_tag
+sudo docker push dessalines/lemmy-ui:$new_tag
 
 git tag $new_tag
 git push origin $new_tag
index 0962b105e26a1662c224fea52f35880cc32a2c5a..5a565a82af820d5dbc18cbfb5d6d59a5b601153f 100644 (file)
@@ -1,5 +1,5 @@
 {
-  "name": "lemmy-isomorphic-ui",
+  "name": "lemmy-ui",
   "description": "An isomorphic UI for lemmy",
   "author": "Dessalines <tyhou13@gmx.com>",
   "license": "AGPL-3.0",
@@ -18,7 +18,7 @@
     "serve": "node dist/js/server.js",
     "start": "yarn run build:dev && yarn run serve"
   },
-  "repository": "https://github.com/LemmyNet/lemmy-isomorphic-ui",
+  "repository": "https://github.com/LemmyNet/lemmy-ui",
   "dependencies": {
     "@typescript-eslint/parser": "^4.1.0",
     "autosize": "^4.0.2",