diff --git a/README.md b/README.md index 7d752f2..6ffd6d4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -66,9 +74,3 @@ Server will read from environment variable `$PORT`. yarn app yarn serve ``` - -### Library - -``` -yarn library -``` diff --git a/package.json b/package.json index 0e3876a..74a67a5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alignment.js", - "version": "0.3.0", + "version": "0.3.1", "main": "library.js", "keywords": ["fasta", "msa", "bioinformatics"], "license": "MIT",