Skip to content

Commit

Permalink
Updated minified file, and sync'd descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWren committed Jan 3, 2014
1 parent 6300b96 commit 09c8a0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"authors": [
"ChrisWren <[email protected]>"
],
"description": "Prevents erroneous tabbed input navigation on touch devices",
"description": "Scopes touch-web tabbed input navigation to input elements inside the same form",
"main": "touch-input-nav.js",
"dependencies": {
"jquery": "*"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "touch-input-nav",
"version": "0.0.0",
"description": "Prevents erroneous tabbed input navigation on mobile devices",
"description": "Scopes touch-web tabbed input navigation to input elements inside the same form",
"main": "touch-input-nav.js",
"directories": {
"test": "test"
Expand Down Expand Up @@ -34,6 +34,6 @@
"grunt-ejs": "~0.1.0"
},
"dependencies": {
"jquery": "~2.0.0"
"jquery": "*"
}
}
2 changes: 1 addition & 1 deletion touch-input-nav.min.js

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

0 comments on commit 09c8a0a

Please sign in to comment.