File tree Expand file tree Collapse file tree 3 files changed +663
-385
lines changed Expand file tree Collapse file tree 3 files changed +663
-385
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aspnet-validation" ,
3
- "version" : " 0.0.10 " ,
3
+ "version" : " 0.0.11 " ,
4
4
"description" : " Enables ASP.NET MVC client-side validation, without jQuery!" ,
5
5
"main" : " dist/aspnet-validation.js" ,
6
6
"style" : " dist/aspnet-validation.css" ,
7
- "types" : " dist/ types/index.d.ts" ,
7
+ "types" : " types/index.d.ts" ,
8
8
"repository" : " https://github.com/ryanelian/aspnet-validation" ,
9
9
"bugs" : {
10
10
"url" : " https://github.com/ryanelian/aspnet-validation/issues"
16
16
"build" : " webpack && webpack --config webpack.config.min.js"
17
17
},
18
18
"devDependencies" : {
19
- "ts-loader" : " ^4.5.0 " ,
20
- "typescript" : " ^3.0.1 " ,
21
- "webpack" : " ^4.17.1 " ,
22
- "webpack-cli" : " ^3.1.0 "
19
+ "ts-loader" : " ^5.2.1 " ,
20
+ "typescript" : " ^3.1.3 " ,
21
+ "webpack" : " ^4.20.2 " ,
22
+ "webpack-cli" : " ^3.1.2 "
23
23
},
24
24
"dependencies" : {}
25
25
}
File renamed without changes.
You can’t perform that action at this time.
0 commit comments