fix jQuery.dotdotdot

This commit is contained in:
Evgeniy Poturaev
2015-09-08 10:54:41 +03:00
parent 673b4693d9
commit ad89ca32b5
@@ -1,16 +1,13 @@
{
"main": "jquery.dotdotdot",
"main": "src/js/jquery.dotdotdot",
"dependencies": {
"jquery": "*"
"jquery": "*"
},
"shim": {
"jquery.dotdotdot": {
"deps": [
"jquery"
]
}
},
"directories": {
"lib": "src/js"
"src/js/jquery.dotdotdot": {
"deps": [
"jquery"
]
}
}
}