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

Commit 560fdc7

Browse files
committed
Version 1.0.1
bootstrap 5.0.0-alpha2 to 5.0.0-beta3
1 parent 54be5cc commit 560fdc7

File tree

3 files changed

+30
-31
lines changed

3 files changed

+30
-31
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ The form's attribute have to novalidate <form novalidate>
7171
errorMessage: true,
7272
successClass: false,
7373
html5BrowserDefault: false,
74-
validFeedBackClass: 'valid-feedbak',
74+
validFeedBackClass: 'valid-feedback',
7575
invalidFeedBackClass: 'invalid-feedback',
7676
validClass: 'is-valid',
7777
invalidClass: 'is-invalid'

package-lock.json

Lines changed: 26 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
},
2626
"dependencies": {
2727
"@emretulek/jbvalidator": "^1.0.0",
28-
"bootstrap": "^5.0.0-alpha2"
28+
"bootstrap": "^5.0.0-beta3",
29+
"jquery": "^3.1.0"
2930
},
3031
"bugs": {
3132
"url": "https://github.com/emretulek/jbvalidator/issues"
@@ -36,7 +37,6 @@
3637
"validation",
3738
"validator",
3839
"bootstrap",
39-
"jquery",
40-
"plugin"
40+
"jquery-plugin"
4141
]
4242
}

0 commit comments

Comments
 (0)