From 44c3b906c4680b8254340170adca780bfb664251 Mon Sep 17 00:00:00 2001 From: Josh Guyette Date: Sun, 11 Feb 2024 06:00:45 -0600 Subject: [PATCH] build 0.4.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 25f56d2..bb4bc08 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "family-friendly", - "version": "0.4.1", + "version": "0.4.2", "description": "Detect, replace, or mask out bad words in a string", "main": "dist/FamilyFriendly.js", "repository": { "type": "git", - "url": "https://github.com/nightness/family-friendly" + "url": "https://git.brainwires.net/josh.guyette/family-friendly" }, "scripts": { "deploy": "yarn clean && yarn build && npm publish --access public",