We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72bcde7 commit 0f3c8b6Copy full SHA for 0f3c8b6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "nostr-binding",
3
- "version": "0.1.0-rc7",
+ "version": "0.1.0-rc8",
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