release-test

This commit is contained in:
jem 2020-06-30 10:28:35 +02:00
parent a3eac086b6
commit 018281c148
2 changed files with 2 additions and 1 deletions

View file

@ -31,6 +31,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org'
- name: test em
run: |

View file

@ -2,7 +2,7 @@
"name": "dda-masto-embed",
"description": "Renders mastodon statuses to a website using just JS, no additional server needed.",
"author": "meissa GmbH",
"version": "0.0.3",
"version": "0.0.4-dev-0",
"homepage": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"repository": "https://github.com/DomainDrivenArchitecture/dda-masto-embed",
"license": "APACHE2.0",