Skip to content

Commit 241f0d0

Browse files
committed
chore: update CI badge in README and bump package version to 1.0.30
1 parent af9603d commit 241f0d0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# useAjvForm
22

3-
[![lint-and-test-pr](https://github.com/Programmer-Network/use-ajv-form/actions/workflows/lint-and-test.yaml/badge.svg)](https://github.com/Programmer-Network/use-ajv-form/actions/workflows/lint-and-test.yaml)
3+
[![lint-and-test-pr](https://github.com/Programmer-Network/use-ajv-form/actions/workflows/ci.yaml/badge.svg)](https://github.com/Programmer-Network/use-ajv-form/actions/workflows/ci.yaml)
44

55
<p align="center" style="width:300px; margin: auto;">
66
<img src="./assets/ajv-react.png" alt="AJV React Logo">

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@programmer_network/use-ajv-form",
3-
"version": "1.0.29",
3+
"version": "1.0.30",
44
"description": "Custom React Hook that integrates with Ajv JSON Schema Validator",
55
"main": "dist/use-ajv-form.es.js",
66
"author": "Aleksandar Grbic",
@@ -22,8 +22,7 @@
2222
"lint:fix": "eslint --cache --fix src",
2323
"lint:quiet": "eslint --cache --quiet src",
2424
"test:ci": "vitest",
25-
"types:check": "tsc",
26-
"publish": "npm publish --auth-type=legacy"
25+
"types:check": "tsc"
2726
},
2827
"lint-staged": {
2928
"*.{js,jsx,ts,tsx}": "eslint --cache --fix",

0 commit comments

Comments
 (0)