Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenshank committed Oct 8, 2021
1 parent 13450ca commit 978bcda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ For testing the library in dependent packages before releases, `alignment.js` us
yarn yalc
```

### Publishing

```
yarn library
cd lib
npm publish
```

## Deployment

### Application
Expand All @@ -66,9 +74,3 @@ Server will read from environment variable `$PORT`.
yarn app
yarn serve
```

### Library

```
yarn library
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alignment.js",
"version": "0.3.0",
"version": "0.3.1",
"main": "library.js",
"keywords": ["fasta", "msa", "bioinformatics"],
"license": "MIT",
Expand Down

0 comments on commit 978bcda

Please sign in to comment.