This commit is contained in:
Aaike Van Roekeghem
2015-03-02 19:19:25 +07:00
parent 5fec76e6b2
commit 11163979e5
2 changed files with 7 additions and 5 deletions
@@ -5,8 +5,8 @@
"lib": "source/stable" "lib": "source/stable"
}, },
"dependencies": { "dependencies": {
"github:components/jquery": "*", "jquery": "github:components/jquery",
"github:components/jqueryui": "*" "jquery-ui": "github:components/jqueryui"
}, },
"shim": { "shim": {
"jquery-ui-layout": { "jquery-ui-layout": {
@@ -14,3 +14,5 @@
} }
} }
} }
@@ -5,8 +5,8 @@
"lib": "dist" "lib": "dist"
}, },
"dependencies": { "dependencies": {
"github:components/jquery": "*", "jquery": "github:components/jquery",
"github:components/jqueryui": "*" "jquery-ui": "github:components/jqueryui"
}, },
"shim": { "shim": {
"jquery-fancytree": { "jquery-fancytree": {