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",