From 698db7fc0be25efad03d65dcf329313e54ba121a Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 15 Sep 2020 12:22:50 -0500 Subject: [PATCH] Changing name to lemmy-ui. Fixes #12 --- README.md | 2 +- deploy.sh | 4 ++-- package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 306d486..a6969d0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# lemmy-isomorphic-ui +# lemmy-ui The official web app for [Lemmy](https://github.com/LemmyNet/lemmy), written in inferno. diff --git a/deploy.sh b/deploy.sh index 9d50a48..121eb77 100755 --- 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 diff --git a/package.json b/package.json index 0962b10..5a565a8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "lemmy-isomorphic-ui", + "name": "lemmy-ui", "description": "An isomorphic UI for lemmy", "author": "Dessalines ", "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", -- 2.44.1