nostr-blog-widget 0.3.9 → 0.3.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nostr-blog-widget",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "A drop-in JavaScript widget that transforms any webpage into a Nostr-powered blog",
5
5
  "main": "dist/nostr-blog.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,7 +10,9 @@
10
10
  "serve": "npx http-server . -p 3000 -o /demo/test-debug.html",
11
11
  "serve:showcase": "npx http-server . -p 3000 -o /demo/showcase.html",
12
12
  "dev:serve": "npm run dev & npm run serve",
13
- "test": "echo \"No tests yet\" && exit 0"
13
+ "test": "echo \"No tests yet\" && exit 0",
14
+ "prepublishOnly": "npm run build",
15
+ "release": "npm run build && npm version patch && git push && git push --tags && npm publish"
14
16
  },
15
17
  "keywords": [
16
18
  "nostr",