Skip to content

Commit

Permalink
Bower: Add Bower.json for package registration
Browse files Browse the repository at this point in the history
Also update homepage in package.json to match values.

Closes gh-982
See gh-978
  • Loading branch information
nschonni authored and jzaefferer committed Jan 16, 2014
1 parent 347b04a commit e86ccb0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "jquery-validation",
"version": "1.12.0pre",
"homepage": "http://jqueryvalidation.org/",
"repository": {
"type": "git",
"url": "git://github.com/jzaefferer/jquery-validation.git"
},
"authors": [
"Jörn Zaefferer <joern.zaefferer@gmail.com>"
],
"description": "Form validation made easy",
"main": "dist/jquery.validate.js",
"keywords": [
"forms",
"validation",
"validate"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"demo",
"lib"
],
"dependencies": {
"jquery": ">= 1.6.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "jQuery Validation Plugin",
"description": "Form validation made easy",
"version": "1.12.0pre",
"homepage": "https://github.com/jzaefferer/jquery-validation",
"homepage": "http://jqueryvalidation.org/",
"author": {
"name": "Jörn Zaefferer",
"email": "joern.zaefferer@gmail.com",
Expand Down

0 comments on commit e86ccb0

Please sign in to comment.