Skip to content

Commit 25799b6

Browse files
committed
Update build tools, fix jQuery typo in description.
1 parent 0be285a commit 25799b6

File tree

3 files changed

+374
-212
lines changed

3 files changed

+374
-212
lines changed

README.MD

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# aspnet-validation
2-
> Enables ASP.NET Core MVC client-side validation without JQuery!
2+
> Enables ASP.NET Core MVC client-side validation without jQuery!
33
44
[![npm](https://img.shields.io/npm/v/aspnet-validation.svg)](https://www.npmjs.com/package/aspnet-validation) [![Build Status](https://travis-ci.org/ryanelian/aspnet-validation.svg?branch=master)](https://travis-ci.org/ryanelian/aspnet-validation)
55

@@ -58,11 +58,11 @@ v.bootstrap();
5858
5959
## Why?
6060

61-
**jQuery + jQuery Validation + jQuery Validation Unobtrusive:** 67.9 KB + 22.5 KB + 5.14 KB = **95.6 KB**
61+
**jquery-3.3.1.min.js** + **jquery.validate.min.js** + **jquery.validate.unobtrusive.min.js** = 113 KB
6262

63-
**aspnet-validation:** ~10 KB **(10.46%, ~3KB GZIP)**
64-
- **promise-polyfill**: +2.58 KB
65-
- **es6-promise**: +6.19 KB
63+
**aspnet-validation.min.js:** 10.2 KB **(9.03%, ~3 KB GZIP)**
64+
- **promise-polyfill**: +2.81 KB (< 1 KB GZIP)
65+
- **es6-promise.auto.min.js** +6.19 KB (2.4 KB GZIP)
6666

6767
## Building the Source Code
6868

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aspnet-validation",
33
"version": "0.0.5",
4-
"description": "Enables ASP.NET Core MVC client-side validation, without JQuery!",
4+
"description": "Enables ASP.NET Core MVC client-side validation, without jQuery!",
55
"main": "./dist/aspnet-validation.js",
66
"types": "./dist/types/index.d.ts",
77
"repository": "https://github.com/ryanelian/aspnet-validation",
@@ -15,10 +15,10 @@
1515
"build": "webpack && webpack --config webpack.config.min.js"
1616
},
1717
"devDependencies": {
18-
"ts-loader": "^4.0.0",
18+
"ts-loader": "^4.0.1",
1919
"typescript": "^2.7.2",
20-
"webpack": "^4.0.1",
21-
"webpack-cli": "^2.0.9"
20+
"webpack": "^4.1.1",
21+
"webpack-cli": "^2.0.10"
2222
},
2323
"dependencies": {}
2424
}

0 commit comments

Comments
 (0)