We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5899a7b commit 5fed3dfCopy full SHA for 5fed3df
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nostr-binding",
3
- "version": "0.1.0-rc2",
+ "version": "0.1.0-rc3",
4
"description": "",
5
"main": "index.js",
6
"workspaces": [
packages/demo/package.json
@@ -3,7 +3,7 @@
"private": true,
"sideEffects": false,
"type": "module",
7
"scripts": {
8
"build": "remix vite:build",
9
"dev": "remix vite:dev",
packages/sdk/package.json
"name": "@nostr-binding/sdk",
"description": "sdk for nostr-binding protocol",
"build": "tsc",
0 commit comments