@natlibfi/issn-verify 1.0.5 → 1.0.6-alpha.1

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.
@@ -24,7 +24,7 @@ jobs:
24
24
  cache: 'npm'
25
25
  env:
26
26
  NPM_CONFIG_IGNORE_SCRIPTS: true
27
- - run: npm i -g npm@latest
27
+ #- run: npm i -g npm@latest
28
28
  - run: npm audit --package-lock-only --production --audit-level=high
29
29
  - run: npm i
30
30
  - run: npm test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natlibfi/issn-verify",
3
- "version": "1.0.5",
3
+ "version": "1.0.6-alpha.1",
4
4
  "homepage": "https://github.com/malantonio/issn-verify-js",
5
5
  "bugs": {
6
6
  "url": "https://github.com/malantonio/issn-verify-js/issues"