From 8a75bc44415f01d4a4304bc1b3de918bff76cf0f Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sun, 16 Apr 2023 20:30:58 -0500 Subject: [PATCH] npm package typofix --- scripts/npm.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/npm.ts b/scripts/npm.ts index 5208b61..46acf2f 100644 --- a/scripts/npm.ts +++ b/scripts/npm.ts @@ -12,7 +12,7 @@ await build({ package: { name: 'strfry-policies', version: Deno.args[0], - description: 'Configurably policies for the strfry Nostr relay.', + description: 'Configurable policies for the strfry Nostr relay.', license: 'Unlicense', repository: { type: 'git',