Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianCassayre committed Feb 5, 2021
1 parent fc5b2ef commit 0271bdf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jobs:
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: build
path: build
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "browse-gedcom",
"description": "Gedcom file browser",
"version": "0.1.0",
"version": "0.1.1",
"keywords": [
"gedcom",
"genealogy",
Expand Down Expand Up @@ -36,7 +36,7 @@
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"read-gedcom": "^0.1.1",
"read-gedcom": "^0.1.2",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
},
Expand Down

0 comments on commit 0271bdf

Please sign in to comment.