Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
bootstrap 5.0.0-alpha2 to 5.0.0-beta3
  • Loading branch information
emretulek committed Apr 9, 2021
1 parent 54be5cc commit 560fdc7
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 31 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The form's attribute have to novalidate <form novalidate>
errorMessage: true,
successClass: false,
html5BrowserDefault: false,
validFeedBackClass: 'valid-feedbak',
validFeedBackClass: 'valid-feedback',
invalidFeedBackClass: 'invalid-feedback',
validClass: 'is-valid',
invalidClass: 'is-invalid'
Expand Down
53 changes: 26 additions & 27 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
},
"dependencies": {
"@emretulek/jbvalidator": "^1.0.0",
"bootstrap": "^5.0.0-alpha2"
"bootstrap": "^5.0.0-beta3",
"jquery": "^3.1.0"
},
"bugs": {
"url": "https://github.com/emretulek/jbvalidator/issues"
Expand All @@ -36,7 +37,6 @@
"validation",
"validator",
"bootstrap",
"jquery",
"plugin"
"jquery-plugin"
]
}

0 comments on commit 560fdc7

Please sign in to comment.