Skip to content

Commit

Permalink
Updated plugins.jquery.com and bower manifests (no code changes).
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmoore committed Jun 24, 2013
1 parent 07df5fa commit faa91fe
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 22 deletions.
17 changes: 9 additions & 8 deletions autosize.jquery.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"name": "autosize",
"title": "Autosize",
"description": "Allows textarea elements to automatically adjust their height based on user input.",
"description": "Automatically adjust textarea height based on user input.",
"version": "1.17.1",
"dependencies": {
"jquery": ">=1.7"
},
"keywords": [
"form",
"textarea",
"ui"
"ui",
"jQuery"
],
"version": "1.17.1",
"author": {
"name": "Jack Moore",
"url": "http://www.jacklmoore.com",
Expand All @@ -19,9 +23,6 @@
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage": "http://jacklmoore.com/autosize",
"demo": "http://jacklmoore.com/autosize",
"dependencies": {
"jquery": ">=1.7"
}
"homepage": "http://www.jacklmoore.com/autosize",
"demo": "http://www.jacklmoore.com/autosize"
}
29 changes: 29 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "jquery-autosize",
"description": "Automatically adjust textarea height based on user input.",
"version": "1.17.1",
"dependencies": {
"jquery": ">=1.7"
},
"keywords": [
"form",
"textarea",
"ui",
"jQuery"
],
"authors": [
{
"name": "Jack Moore",
"url": "http://www.jacklmoore.com",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"homepage": "http://www.jacklmoore.com/autosize",
"main": "jquery.autosize.js"
}
8 changes: 0 additions & 8 deletions component.json

This file was deleted.

6 changes: 3 additions & 3 deletions jquery.autosize-min.js

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

6 changes: 3 additions & 3 deletions jquery.autosize.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
jQuery Autosize v1.17.1
(c) 2013 Jack Moore - jacklmoore.com
updated: 2013-06-22
Autosize v1.17.1 - 2013-06-23
Automatically adjust textarea height based on user input.
(c) 2013 Jack Moore - http://www.jacklmoore.com/autosize
license: http://www.opensource.org/licenses/mit-license.php
*/
(function ($) {
Expand Down

0 comments on commit faa91fe

Please sign in to comment.