From 4e45f0ecc024150a6ae9b59680c89f925650158f Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Sun, 17 Jul 2022 11:53:43 -0700 Subject: [PATCH] update package details --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ae38f5a..fb23b3c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "types": "./dist/index.d.ts" } }, - "description": "Get current wifi name", + "description": "Get current wifi name with Bun.", "scripts": { "build-fast": "tsup src/index.ts --format cjs,esm", "build": "bun run build-fast --dts-resolve", @@ -23,7 +23,8 @@ "dist" ], "keywords": [ - "bun" + "bun", + "wifi" ], "license": "MIT", "homepage": "https://github.com/wobsoriano/pkg-name#readme",