Skip to content

Commit

Permalink
chore: rename to bunfig
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Dec 9, 2024
1 parent 2586496 commit 818095f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bun-config",
"name": "bunfig",
"type": "module",
"version": "0.3.2",
"description": "A smart & fully-typed configuration loader for Bun.",
Expand All @@ -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",
Expand Down

0 comments on commit 818095f

Please sign in to comment.