From 0b8a9b0a002b025eef4b3c0623089f6de6e5050e Mon Sep 17 00:00:00 2001 From: Bill Dami Date: Wed, 20 Mar 2024 08:12:06 -0400 Subject: [PATCH] Release 0.0.1 (#5) * release-it config changes * remove requireBranch * Release 0.0.1 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0e672a1..974e21f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@gavant/react-input-masks", "description": "Input mask components for React.js applications", - "version": "0.0.0", + "version": "0.0.1", "repository": "https://github.com/Gavant/react-input-masks", "license": "MIT", "author": "Gavant Software, Inc.", @@ -73,7 +73,9 @@ "node": ">= 18" }, "release-it": { - "npm": false, + "npm": { + "publish": true + }, "git": { "tagName": "v${version}" },