jats-xml 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,7 +26,7 @@ Commands available:
26
26
  `download`: attempt to find the JATS file and download it locally.
27
27
 
28
28
  ```bash
29
- jats download https://docs.python.org/3.7 article.jats
29
+ jats download https://elifesciences.org/articles/81952 article.jats
30
30
  ```
31
31
 
32
32
  Note, currently this just downloads the XML, **not** the associated files.
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const version = '0.0.5';
3
+ const version = '0.0.7';
4
4
  exports.default = version;
@@ -1,2 +1,2 @@
1
- const version = '0.0.5';
1
+ const version = '0.0.7';
2
2
  export default version;