Move old override to new location

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