Skip to content

Commit

Permalink
Merge pull request #45 from bboyle/bower-ignore
Browse files Browse the repository at this point in the history
update bower
  • Loading branch information
bboyle committed Apr 3, 2014
2 parents d8cb70e + 82f6eba commit 406d96b
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 10 deletions.
11 changes: 11 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@ module.exports = function( grunt ) {
'http://localhost:8000/test/submit-suppression.html?jquery=1.4.4',
'http://localhost:8000/test/submit.html?jquery=1.4.4',
'http://localhost:8000/test/validationMessage.html?jquery=1.4.4',
// 1.7.2
'http://localhost:8000/test/alert.html?jquery=1.7.2',
'http://localhost:8000/test/groups.html?jquery=1.7.2',
'http://localhost:8000/test/hints.html?jquery=1.7.2',
'http://localhost:8000/test/invalid.html?jquery=1.7.2',
'http://localhost:8000/test/labels.html?jquery=1.7.2',
'http://localhost:8000/test/markup.html?jquery=1.7.2',
'http://localhost:8000/test/questions.html?jquery=1.7.2',
'http://localhost:8000/test/submit-suppression.html?jquery=1.7.2',
'http://localhost:8000/test/submit.html?jquery=1.7.2',
'http://localhost:8000/test/validationMessage.html?jquery=1.7.2',
// 2.1.0
'http://localhost:8000/test/alert.html?jquery=2.1.0',
'http://localhost:8000/test/groups.html?jquery=2.1.0',
Expand Down
11 changes: 5 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-validation",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/bboyle/form-validation",
"authors": [
"Ben Boyle <[email protected]>"
Expand All @@ -20,19 +20,18 @@
"private": true,
"ignore": [
"**/.*",
"bower.json",
"*.json",
"CONTRIBUTING.md",
"Gruntfile.js",
"package.json",
"bower_components",
"libs",
"node_modules",
"bower_components",
"src",
"test"
],
"dependencies": {
"jquery": "1.7.2",
"generate-id": "https://github.com/bboyle/Generate-ID.git#~0.1.1",
"jquery": "*",
"generate-id": "https://github.com/bboyle/Generate-ID.git",
"html5-constraint-validation-API": "https://github.com/bboyle/html5-constraint-validation-API.git"
}
}
2 changes: 1 addition & 1 deletion dist/form-validation.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Form validation - v1.0.2 - 2014-04-03
/*! Form validation - v1.0.4 - 2014-04-03
* https://github.com/bboyle/form-validation
* Copyright (c) 2014 Ben Boyle; Licensed MIT */
(function( $ ) {
Expand Down
2 changes: 1 addition & 1 deletion dist/form-validation.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/jquery-loader.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(function() {
// Default to the local version.
var path = '../bower_components/jquery/jquery.js';
var path = '../bower_components/jquery/dist/jquery.js';
// Get any jquery=___ param from the query string.
var jqversion = location.search.match(/[?&]jquery=(.*?)(?=&|$)/);
// If a version was specified, use that version from code.jquery.com.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "form-validation",
"title": "Form validation",
"description": "Validation UI for web forms using the HTML5 constraint validation API",
"version": "1.0.3",
"version": "1.0.4",
"homepage": "https://github.com/bboyle/form-validation",
"author": {
"name": "Ben Boyle",
Expand Down

0 comments on commit 406d96b

Please sign in to comment.