Compare commits

...

6 Commits
1.1.0 ... main

Author SHA1 Message Date
Lone
f732bf6b11 fix version number 2025-03-14 10:45:03 +00:00
Lone
3a03b5510f bump version 2025-03-14 10:40:18 +00:00
Lone
0ab45fb465 Merge branch 'main' of github.com:joel-st/kunkun-nostr-goto-repo 2025-03-14 10:38:53 +00:00
Lone
8da18b87ae fix main path 2025-03-14 10:38:40 +00:00
Joel Stüdle
8d4d6554fa
Update npm-publish.yml 2025-03-14 10:30:39 +00:00
Lone
28e7c16a87 bump version 2025-03-14 10:28:33 +00:00
2 changed files with 5 additions and 2 deletions

View File

@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Clean install
run: |
rm -rf node_modules bun.lockb bun.lock
- run: bun install
- run: bun run build
- name: Configure npm credentials

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-nostr-goto-repo",
"version": "1.0.0",
"version": "1.1.2",
"license": "CC0-1.0",
"type": "module",
"kunkun": {
@ -41,7 +41,7 @@
],
"customUiCmds": [
{
"main": "dist/index-nip.js",
"main": "/",
"dist": "dist",
"devMain": "http://localhost:5173",
"name": "Nostr Open Specific NIP",