main
HerrHase 2 years ago
parent 092e22ae57
commit f5635732a3

@ -1,4 +1,4 @@
# Tiny Validator # Tiny Components - Validator
Created with [Riot.js](https://riot.js.org) Created with [Riot.js](https://riot.js.org)
@ -10,7 +10,7 @@ For Validation this Component uses [Validate.js](https://validatejs.org/)
## Install ## Install
```bash ```bash
npm install tiny-validator --save npm install @tiny-components/validator --save
``` ```
## How to use ## How to use

@ -4,7 +4,7 @@
"description": "Form Validation with Riotjs", "description": "Form Validation with Riotjs",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git@gitea.node001.net:tiny-components/validator.git" "url": "git@github.com:node001-net/tiny-components-validator.git"
}, },
"author": "Björn Hase", "author": "Björn Hase",
"license": "MIT", "license": "MIT",

Loading…
Cancel
Save