Added jquery-autosize

This commit is contained in:
Bartosz Gościński
2015-02-17 13:51:18 +01:00
parent bc7d52ed2b
commit 48569258b0
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"format": "global",
"dependencies": {
"jquery": "*"
},
"shim": {
"jquery.autosize": {
"deps": "jquery"
}
}
}
+1
View File
@@ -127,6 +127,7 @@
"jiff": "github:cujojs/jiff",
"joi": "github:capaj/joi-browser",
"jquery": "github:components/jquery",
"jquery-autosize": "github:jackmoore/autosize",
"jquery-file-upload": "github:blueimp/jQuery-File-Upload",
"jquery-hoverIntent": "github:briancherne/jquery-hoverIntent",
"jquery-pjax": "github:defunkt/jquery-pjax",