Skip to content

Commit 61a8e53

Browse files
committed
Merge pull request #522 from Knockout-Contrib/issue-518
Add all files in dist directory to npm package to enable cdnjs npm auto-update
2 parents 9a17a1f + 7c3ac76 commit 61a8e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "2.0.0",
44
"description": "A KnockoutJS Plugin for model and property validation",
55
"main": "dist/knockout.validation.js",
6-
"files": ["dist/knockout.validation.js", "localization", "CONTRIBUTING.md"],
6+
"files": ["dist", "localization", "CONTRIBUTING.md"],
77
"dependencies": {
88
"knockout": ">=2.3.0"
99
},
1010
"devDependencies": {
1111
"grunt": "~0.4.5",
1212
"grunt-cli": "~0.1.13",
13-
"grunt-contrib-jshint": "~0.10.0",
13+
"grunt-contrib-jshint": "~0.11.0",
1414
"grunt-contrib-uglify": "~0.7.0",
1515
"grunt-contrib-concat": "~0.5.0",
1616
"grunt-contrib-qunit": "~0.5.2",

0 commit comments

Comments
 (0)