build 0.4.2

This commit is contained in:
Josh Guyette 2024-02-11 06:00:45 -06:00
parent f493034510
commit 44c3b906c4
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ {
"name": "family-friendly", "name": "family-friendly",
"version": "0.4.1", "version": "0.4.2",
"description": "Detect, replace, or mask out bad words in a string", "description": "Detect, replace, or mask out bad words in a string",
"main": "dist/FamilyFriendly.js", "main": "dist/FamilyFriendly.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nightness/family-friendly" "url": "https://git.brainwires.net/josh.guyette/family-friendly"
}, },
"scripts": { "scripts": {
"deploy": "yarn clean && yarn build && npm publish --access public", "deploy": "yarn clean && yarn build && npm publish --access public",