Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 9, 2024
1 parent 157e64c commit 188bb56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "react-multi-page-form",
"version": "0.1.2",
"version": "0.2.0",
"description": "Tools to handle multi-page forms",
"main": "dist/index.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
Expand All @@ -14,7 +16,10 @@
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": ["forms", "multi-page"],
"keywords": [
"forms",
"multi-page"
],
"author": "Stu Kabakoff",
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 188bb56

Please sign in to comment.