Skip to content

Commit

Permalink
chore: package name
Browse files Browse the repository at this point in the history
  • Loading branch information
vegandiet705 committed May 18, 2024
1 parent 33b4860 commit 7d1c521
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# VAT Validator 📮
# VAT Number Validator 📮

[![npm version](https://img.shields.io/npm/v/vat-validator.svg?style=flat-square)](https://www.npmjs.com/package/vat-validator)
[![build](https://img.shields.io/github/actions/workflow/status/joaopfg/vat-validator/main.yml?branch=main&style=flat-square&label=build)](https://github.com/joaopfg/vat-validator/actions)
[![github](https://flat.badgen.net/badge/icon/github?icon=github&label)](https://github.com/joaopfg/vat-validator/)
[![npm version](https://img.shields.io/npm/v/vat-number-validator.svg?style=flat-square)](https://www.npmjs.com/package/vat-number-validator)
[![build](https://img.shields.io/github/actions/workflow/status/joaopfg/vat-number-validator/main.yml?branch=main&style=flat-square&label=build)](https://github.com/joaopfg/vat-number-validator/actions)
[![github](https://flat.badgen.net/badge/icon/github?icon=github&label)](https://github.com/joaopfg/vat-number-validator/)
[![sponsors](https://img.shields.io/github/sponsors/joaopfg?style=flat-square&color=1da1f2)](https://github.com/sponsors/joaopfg/)

- [VAT Validator 📮](#vat-validator-)
- [VAT Number Validator 📮](#vat-number-validator-)
- [Why Validating VAT Codes is Important](#why-validating-vat-codes-is-important)
- [Benefits of Validating VAT Codes](#benefits-of-validating-vat-codes)
- [Package Completeness ✅](#package-completeness-)
Expand Down Expand Up @@ -88,7 +88,7 @@ While the package is already robust, there are ongoing efforts to enhance its ca

## :wrench: Constants

- [VAT Validator 📮](#vat-validator-)
- [VAT Number Validator 📮](#vat-number-validator-)
- [Why Validating VAT Codes is Important](#why-validating-vat-codes-is-important)
- [Benefits of Validating VAT Codes](#benefits-of-validating-vat-codes)
- [Package Completeness ✅](#package-completeness-)
Expand Down
48 changes: 24 additions & 24 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vat-validator",
"name": "vat-number-validator",
"version": "1.0.0",
"description": "A package for validating VAT numbers",
"scripts": {
Expand Down Expand Up @@ -76,14 +76,14 @@
],
"repository": {
"type": "git",
"url": "git+https://github.com/joaopfg/vat-validator.git"
"url": "git+https://github.com/joaopfg/vat-code-validator.git"
},
"author": "joaopfg",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/joaopfg/vat-validator/issues"
"url": "https://github.com/joaopfg/vat-code-validator/issues"
},
"homepage": "https://github.com/joaopfg/vat-validator#readme",
"homepage": "https://github.com/joaopfg/vat-code-validator#readme",
"devDependencies": {
"@babel/core": "7.24.5",
"@babel/preset-env": "^7.24.5",
Expand Down

0 comments on commit 7d1c521

Please sign in to comment.