New override for ^1.8 version

This commit is contained in:
Jan Peša
2016-12-13 11:56:07 +04:00
committed by GitHub
parent 18fcfcd2da
commit 71186a725f
@@ -0,0 +1,13 @@
{
"main": "src/jquery.dotdotdot",
"dependencies": {
"jquery": "*"
},
"shim": {
"jquery.dotdotdot": {
"deps": [
"jquery"
]
}
}
}