Skip to content

Commit a632c8d

Browse files
committed
Update build tools. (No binary changes)
1 parent 8e88d8a commit a632c8d

File tree

3 files changed

+663
-385
lines changed

3 files changed

+663
-385
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "aspnet-validation",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Enables ASP.NET MVC client-side validation, without jQuery!",
55
"main": "dist/aspnet-validation.js",
66
"style": "dist/aspnet-validation.css",
7-
"types": "dist/types/index.d.ts",
7+
"types": "types/index.d.ts",
88
"repository": "https://github.com/ryanelian/aspnet-validation",
99
"bugs": {
1010
"url": "https://github.com/ryanelian/aspnet-validation/issues"
@@ -16,10 +16,10 @@
1616
"build": "webpack && webpack --config webpack.config.min.js"
1717
},
1818
"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"
2323
},
2424
"dependencies": {}
2525
}
File renamed without changes.

0 commit comments

Comments
 (0)