From 13f757716c798cbe3fc695a8b834f42f7702f3a1 Mon Sep 17 00:00:00 2001 From: herudi Date: Fri, 14 Jun 2024 09:29:51 +0700 Subject: [PATCH] fix bunfig --- bun/basic/bunfig.toml | 5 ++--- bun/mvc/bunfig.toml | 5 ++--- bun/preact-ssr/bunfig.toml | 5 ++--- bun/react-ssr/bunfig.toml | 5 ++--- package.json | 2 +- 5 files changed, 9 insertions(+), 13 deletions(-) diff --git a/bun/basic/bunfig.toml b/bun/basic/bunfig.toml index ca542d9..bea1efe 100644 --- a/bun/basic/bunfig.toml +++ b/bun/basic/bunfig.toml @@ -1,3 +1,2 @@ -[install] -registry = "https://registry.npmjs.org" -"@jsr:registry" = "https://npm.jsr.io" \ No newline at end of file +[install.scopes] +"@jsr" = "https://npm.jsr.io" diff --git a/bun/mvc/bunfig.toml b/bun/mvc/bunfig.toml index ca542d9..bea1efe 100644 --- a/bun/mvc/bunfig.toml +++ b/bun/mvc/bunfig.toml @@ -1,3 +1,2 @@ -[install] -registry = "https://registry.npmjs.org" -"@jsr:registry" = "https://npm.jsr.io" \ No newline at end of file +[install.scopes] +"@jsr" = "https://npm.jsr.io" diff --git a/bun/preact-ssr/bunfig.toml b/bun/preact-ssr/bunfig.toml index ca542d9..bea1efe 100644 --- a/bun/preact-ssr/bunfig.toml +++ b/bun/preact-ssr/bunfig.toml @@ -1,3 +1,2 @@ -[install] -registry = "https://registry.npmjs.org" -"@jsr:registry" = "https://npm.jsr.io" \ No newline at end of file +[install.scopes] +"@jsr" = "https://npm.jsr.io" diff --git a/bun/react-ssr/bunfig.toml b/bun/react-ssr/bunfig.toml index ca542d9..bea1efe 100644 --- a/bun/react-ssr/bunfig.toml +++ b/bun/react-ssr/bunfig.toml @@ -1,3 +1,2 @@ -[install] -registry = "https://registry.npmjs.org" -"@jsr:registry" = "https://npm.jsr.io" \ No newline at end of file +[install.scopes] +"@jsr" = "https://npm.jsr.io" diff --git a/package.json b/package.json index 213d22c..fd2bbba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-nhttp", - "version": "0.1.0", + "version": "0.1.1", "description": "An Simple CLI for NHttp", "type": "module", "bin": {