Skip to content

Commit b36d7d4

Browse files
committed
Fix URL to demo
1 parent 0a650b6 commit b36d7d4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

demo/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css"
1616
/>
1717

18+
<link rel="shortcut icon" type="image/x-icon" href="https://atanas.info/images/favicon/favicon.ico" />
19+
1820
<style>
1921
* {
2022
box-sizing: border-box;

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "html5-form-validator",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "The simplest HTML5 forms validator",
55
"keywords": [
66
"HTML5 Validation",
77
"Form Validation",
88
"HTML5 Form Validation"
99
],
10-
"homepage": "https://atanas.info/projects/html5-form-validator.html",
10+
"homepage": "https://html5-form-validator.atanas.info",
1111
"bugs": {
1212
"url": "https://github.com/scriptex/html5-form-validator/issues",
1313
"email": "[email protected]"

0 commit comments

Comments
 (0)