@natlibfi/issn-verify 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,8 +37,7 @@ if ( issn(test) ) {
37
37
  ```
38
38
 
39
39
  ## License and copyright
40
-
41
- Copyright (c) 2014-2017 **Pasi Tuominen <pasi.tuominen@gmail.com>**
40
+ **This software is fork of https://github.com/malantonio/issn-verify with updated dependencies**
42
41
 
43
42
  Copyright (c) 2018, 2023 **University Of Helsinki (The National Library Of Finland)**
44
43
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natlibfi/issn-verify",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "homepage": "https://github.com/malantonio/issn-verify-js",
5
5
  "bugs": {
6
6
  "url": "https://github.com/malantonio/issn-verify-js/issues"