mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-08 09:34:16 +00:00
Changing name to lemmy-ui. Fixes #12
This commit is contained in:
parent
6a3dc3264f
commit
698db7fc0b
|
@ -1,4 +1,4 @@
|
|||
# lemmy-isomorphic-ui
|
||||
# lemmy-ui
|
||||
|
||||
The official web app for [Lemmy](https://github.com/LemmyNet/lemmy), written in inferno.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue