Changing name to lemmy-ui. Fixes #12

This commit is contained in:
Dessalines 2020-09-15 12:22:50 -05:00
parent 6a3dc3264f
commit 698db7fc0b
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# lemmy-isomorphic-ui # lemmy-ui
The official web app for [Lemmy](https://github.com/LemmyNet/lemmy), written in inferno. The official web app for [Lemmy](https://github.com/LemmyNet/lemmy), written in inferno.

View file

@ -2,8 +2,8 @@
new_tag="$1" new_tag="$1"
sudo docker build . --tag dessalines/lemmy-isomorphic-ui:$new_tag sudo docker build . --tag dessalines/lemmy-ui:$new_tag
sudo docker push dessalines/lemmy-isomorphic-ui:$new_tag sudo docker push dessalines/lemmy-ui:$new_tag
git tag $new_tag git tag $new_tag
git push origin $new_tag git push origin $new_tag

View file

@ -1,5 +1,5 @@
{ {
"name": "lemmy-isomorphic-ui", "name": "lemmy-ui",
"description": "An isomorphic UI for lemmy", "description": "An isomorphic UI for lemmy",
"author": "Dessalines <tyhou13@gmx.com>", "author": "Dessalines <tyhou13@gmx.com>",
"license": "AGPL-3.0", "license": "AGPL-3.0",
@ -18,7 +18,7 @@
"serve": "node dist/js/server.js", "serve": "node dist/js/server.js",
"start": "yarn run build:dev && yarn run serve" "start": "yarn run build:dev && yarn run serve"
}, },
"repository": "https://github.com/LemmyNet/lemmy-isomorphic-ui", "repository": "https://github.com/LemmyNet/lemmy-ui",
"dependencies": { "dependencies": {
"@typescript-eslint/parser": "^4.1.0", "@typescript-eslint/parser": "^4.1.0",
"autosize": "^4.0.2", "autosize": "^4.0.2",