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": { "dependencies": {
"jquery": "*" "jquery": "*"
}, },
"shim": { "shim": {
"jquery.dotdotdot": { "src/js/jquery.dotdotdot": {
"deps": [ "deps": [
"jquery" "jquery"
] ]
} }
},
"directories": {
"lib": "src/js"
} }
} }