fix ConnectURI.from() (#1)

* v0.1.1

* fix connect uri

* lint

* remove size gh action

* gh action: only ubuntu
This commit is contained in:
Marco Argentieri
2023-01-14 03:56:57 +01:00
committed by GitHub
parent 9759e27e10
commit f92439f3e3
7 changed files with 18 additions and 25 deletions

View File

@@ -8,7 +8,7 @@
"build": "parcel build --public-url /connect index.html"
},
"dependencies": {
"@nostr-connect/connect": "^0.1.0",
"@nostr-connect/connect": "^0.1.1",
"nostr-tools": "^1.1.1",
"qrcode.react": "^3.1.0",
"react": "^18.2.0",