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"
}
}
}