Skip to content

Commit

Permalink
Release 0.0.1 (#5)
Browse files Browse the repository at this point in the history
* release-it config changes

* remove requireBranch

* Release 0.0.1
  • Loading branch information
billdami authored Mar 20, 2024
1 parent b95b47d commit 0b8a9b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down Expand Up @@ -73,7 +73,9 @@
"node": ">= 18"
},
"release-it": {
"npm": false,
"npm": {
"publish": true
},
"git": {
"tagName": "v${version}"
},
Expand Down

0 comments on commit 0b8a9b0

Please sign in to comment.