From 818095fbfe073727659fc150a3632c4f82b51198 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 9 Dec 2024 14:29:49 +0100 Subject: [PATCH] chore: rename to bunfig --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc237bf..c87878c 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ bun install -d bun-config If you are building any sort of Bun project, you can use the `loadConfig` function to load your configuration. ```ts -import type { Config } from 'bun-config' -import { loadConfig } from 'bun-config' +import type { Config } from 'bunfig' +import { loadConfig } from 'bunfig' interface MyLibraryConfig { port: number diff --git a/package.json b/package.json index 13a6182..08ff54e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "bun-config", + "name": "bunfig", "type": "module", "version": "0.3.2", "description": "A smart & fully-typed configuration loader for Bun.", @@ -13,7 +13,7 @@ "bugs": { "url": "https://github.com/stacksjs/bun-config/issues" }, - "keywords": ["config", "loader", "bun"], + "keywords": ["config", "loader", "bun", "bunfig"], "exports": { ".": { "types": "./dist/index.d.ts",