Skip to content

Commit 629a9f4

Browse files
author
Timm Bremus
committed
Notes on new sources of supply
1 parent 7e1e401 commit 629a9f4

File tree

3 files changed

+6
-17
lines changed

3 files changed

+6
-17
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,11 @@ Bootstrap v4.x Extension for [jQuery Validation Unobtrusive](https://github.com/
44
This library is a extension for [jQuery Validation Unobtrusive](https://github.com/aspnet/jquery-validation-unobtrusive) and [jQuery Validation](https://github.com/jquery-validation/jquery-validation). It ensures the full compatibility between Bootstrap v4.x and jQuery Validation in interaction with ASP.NET Core.
55

66
## Installation
7-
You can get this library on Bower:
8-
```
9-
$ bower install jquery-validation-unobtrusive-bootstrap
10-
```
7+
You can get this library in different ways:
118

12-
or modify your package dependencies within `bower.json`:
13-
```javascript
14-
"dependencies": {
15-
"bootstrap": "v4.0.0-beta",
16-
"jquery": "3.2.1",
17-
"jquery-validation": "1.17.0",
18-
"jquery-validation-unobtrusive": "3.2.6",
19-
"jquery-validation-unobtrusive-bootstrap": "2.0.0"
20-
}
21-
```
9+
Install with [npm](https://www.npmjs.com): `npm i jquery-validation-unobtrusive-bootstrap`
10+
Install with [yarn](https://yarnpkg.com): `yarn add jquery-validation-unobtrusive-bootstrap`
11+
Clone the [git](https://github.com) repository: `git clone https://github.com/brecons/jquery-validation-unobtrusive-bootstrap.git`
2212

2313
## Usage
2414
Just include the javascript after jquery.validate.unobtrusive and that's it!

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
1010
"files": [
1111
"dist/*.js"
1212
],
13-
"repository": "https://github.com/brecons/jquery-validation-unobtrusive-bootstrap",
14-
"private": false
13+
"repository": "https://github.com/brecons/jquery-validation-unobtrusive-bootstrap"
1514
}

0 commit comments

Comments
 (0)