Merge pull request #1012 from smajl/patch-1

Make jQuery.dotdotdot overrides work again
This commit is contained in:
Guy Bedford
2016-12-19 17:21:17 +02:00
committed by GitHub
3 changed files with 14 additions and 1 deletions
@@ -0,0 +1,13 @@
{
"main": "src/jquery.dotdotdot",
"dependencies": {
"jquery": "*"
},
"shim": {
"jquery.dotdotdot": {
"deps": [
"jquery"
]
}
}
}