Add metadata to package.json and bump version to 0.9-beta

merge-requests/2/merge v0.9
Alex Gleason 4 years ago
parent 630bed980c
commit 2cd66dc1a5
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -23,7 +23,7 @@ Installing soapbox-fe on an existing Pleroma server is extremely easy.
Just ssh into the server and download a .zip of the latest build:
```sh
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/master/download?job=build-production -o soapbox-fe.zip
curl -L https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/v0.9/download?job=build-production -o soapbox-fe.zip
```
Then unpack it into Pleroma's `instance` directory:

@ -13,7 +13,7 @@ const sourceCode = {
name: 'soapbox-fe',
url: 'https://gitlab.com/soapbox-pub/soapbox-fe',
repository: 'soapox-pub/soapbox-fe',
version: '0.0.0',
version: '0.9-beta',
};
const mapStateToProps = state => {

@ -1,6 +1,16 @@
{
"name": "soapbox-fe",
"version": "0.0.0",
"description": "Soapbox frontend for Pleroma.",
"homepage": "https://soapbox.pub/",
"repository": {
"type" : "git",
"url" : "https://gitlab.com/soapbox-pub/soapbox-fe.git"
},
"keywords": ["fediverse", "pleroma"],
"bugs": {
"url": "https://gitlab.com/soapbox-pub/soapbox-fe/-/issues"
},
"scripts": {
"start": "npx webpack-dev-server --config webpack",
"dev": "${npm_execpath} run start",

Loading…
Cancel
Save