Skip to content

Commit 38c490b

Browse files
author
Daniel Requejo
committed
🔖 Update readme and workflow name
1 parent 999d4b4 commit 38c490b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 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
22
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
33

4-
name: Vue-form-handler CI
4+
name: CI
55

66
on:
77
push:

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
The easy way of handling your vue forms
77

8-
[![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)
9-
[![version](https://img.shields.io/npm/v/deep-object-diff.svg?style=flat-square)](https://www.npmjs.com/package/vue-form-handler)
10-
[![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)
11-
[![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)
8+
[![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)
9+
[![version](https://img.shields.io/npm/v/vue-form-handler.svg?style=flat-square)](https://www.npmjs.com/package/vue-form-handler)
10+
[![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)
11+
[![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)
1212
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
1313

1414
<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>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Vue 3 form handler, with validation, error handling, and more.",
55
"license": "MIT",
66
"private": false,
7-
"version": "0.0.1",
7+
"version": "0.0.2",
88
"type": "module",
99
"keywords": ["vue", "vue handler", "form handler", "form", "handler"],
1010
"files": [

0 commit comments

Comments
 (0)