Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit d5c6bb5

Browse files
committed
depend on published versions
1 parent cbf6cb0 commit d5c6bb5

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package-lock.json

Lines changed: 8 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"dist/*"
2222
],
2323
"scripts": {
24-
"presinstall": "npx npm-force-resolutions",
24+
"preinstall": "npx npm-force-resolutions",
2525
"build": "rm -rf dist && tsc --project .",
2626
"lint": "eslint . --ext .ts --fix --max-warnings 0 && prettier --write '**/*.{md,json}'",
2727
"lintNoFix": "eslint . --ext .ts --max-warnings 0 && prettier --check '**/*.{md,json}'",
2828
"test": "nyc mocha 'test/**/*.test.ts'"
2929
},
3030
"dependencies": {
31-
"@payid-org/utils": "git+https://github.com/payid-org/utils.git#nh/extract-cli",
31+
"@payid-org/utils": "^1.2.0",
3232
"axios": "^0.19.2",
3333
"beautify-json": "^1.0.1",
3434
"jose": "^1.27.3",

0 commit comments

Comments
 (0)