Skip to content

Commit 8e88d8a

Browse files
committed
Deploy new version with minimized manifest.
1 parent 110a70b commit 8e88d8a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
src/**/*.js linguist-generated=true
21
dist/**/*.js linguist-generated=true
32
webpack*.js linguist-language=TypeScript

.npmignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.vscode/
2+
src/
3+
.gitattributes
4+
.travis.yml
5+
build.ps1
6+
tsconfig.json
7+
webpack.config.js
8+
webpack.config.min.js

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aspnet-validation",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Enables ASP.NET MVC client-side validation, without jQuery!",
55
"main": "dist/aspnet-validation.js",
66
"style": "dist/aspnet-validation.css",

0 commit comments

Comments
 (0)