Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

🔖 Update readme and workflow name #18

Merged
merged 1 commit into from
Jan 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Vue-form-handler CI
name: CI

on:
push:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

The easy way of handling your vue forms

[![Build Status](https://github.com/mattphillips/deep-object-diff/actions/workflows/ci.yaml/badge.svg)](https://github.com/dbssman/vue-form-handler/actions/workflows/node.js.yml)
[![version](https://img.shields.io/npm/v/deep-object-diff.svg?style=flat-square)](https://www.npmjs.com/package/vue-form-handler)
[![downloads](https://img.shields.io/npm/dm/deep-object-diff.svg?style=flat-square)](http://npm-stat.com/charts.html?package=vue-form-handler&from=2023-01-20)
[![MIT License](https://img.shields.io/npm/l/deep-object-diff.svg?style=flat-square)](https://github.com/dbssman/vue-form-handler/blob/master/License.md)
[![Build Status](https://github.com/dbssman/vue-form-handler/actions/workflows/node.js.yml/badge.svg)](https://github.com/dbssman/vue-form-handler/actions/workflows/node.js.yml)
[![version](https://img.shields.io/npm/v/vue-form-handler.svg?style=flat-square)](https://www.npmjs.com/package/vue-form-handler)
[![downloads](https://img.shields.io/npm/dm/vue-form-handler.svg?style=flat-square)](http://npm-stat.com/charts.html?package=vue-form-handler&from=2023-01-20)
[![MIT License](https://img.shields.io/npm/l/vue-form-handler.svg?style=flat-square)](https://github.com/dbssman/vue-form-handler/blob/master/License.md)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)

<a href="https://www.buymeacoffee.com/dbssman" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="41" width="174"></a>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Vue 3 form handler, with validation, error handling, and more.",
"license": "MIT",
"private": false,
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"keywords": ["vue", "vue handler", "form handler", "form", "handler"],
"files": [
Expand Down