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

Commit 28e4de2

Browse files
committed
update to use released version 2.0.0 of paystring-utils
prepare for 2.0.0 release of cli
1 parent da46b4a commit 28e4de2

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

package-lock.json

Lines changed: 4 additions & 10 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
@@ -1,6 +1,6 @@
11
{
22
"name": "@paystring/paystring-cli",
3-
"version": "1.1.0",
3+
"version": "2.0.0",
44
"description": "CLI for PayString",
55
"homepage": "https://github.com/paystring/paystring-cli#readme",
66
"bugs": {
@@ -28,7 +28,7 @@
2828
"test": "nyc mocha 'test/**/*.test.ts'"
2929
},
3030
"dependencies": {
31-
"@paystring/utils": "git+https://github.com/payid-org/utils.git#nh/jose-3-upgrade",
31+
"@paystring/utils": "^2.0.0",
3232
"axios": "^0.19.2",
3333
"beautify-json": "^1.0.1",
3434
"ec-key": "0.0.4",

0 commit comments

Comments
 (0)