Skip to content

Commit

Permalink
Merge pull request #522 from Knockout-Contrib/issue-518
Browse files Browse the repository at this point in the history
Add all files in dist directory to npm package to enable cdnjs npm auto-update
  • Loading branch information
crissdev committed Jan 26, 2015
2 parents 9a17a1f + 7c3ac76 commit 61a8e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "2.0.0",
"description": "A KnockoutJS Plugin for model and property validation",
"main": "dist/knockout.validation.js",
"files": ["dist/knockout.validation.js", "localization", "CONTRIBUTING.md"],
"files": ["dist", "localization", "CONTRIBUTING.md"],
"dependencies": {
"knockout": ">=2.3.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-qunit": "~0.5.2",
Expand Down

0 comments on commit 61a8e53

Please sign in to comment.