Migrates jquery-ui to npm package

jquery-ui has been updated in the regristry to point to npm:jquery-ui
instead of github:components/jqueryui.

Further, package-overrides that pointed at the github:components version
of both jquery-ui and jquery have been updated to rely on the npm version
of the package.

Fixes #1008
This commit is contained in:
Greg Smith
2016-12-03 10:45:45 -08:00
parent 85a5642b61
commit b676c23d92
26 changed files with 27 additions and 42 deletions
@@ -2,7 +2,7 @@
"main": "toastr", "main": "toastr",
"format": "global", "format": "global",
"dependencies": { "dependencies": {
"jquery": "github:components/jquery", "jquery": "npm:jquery",
"css": "github:systemjs/plugin-css" "css": "github:systemjs/plugin-css"
}, },
"files": ["toastr.js", "toastr.css", "build"], "files": ["toastr.js", "toastr.css", "build"],
@@ -2,7 +2,7 @@
"main": "toastr", "main": "toastr",
"format": "global", "format": "global",
"dependencies": { "dependencies": {
"jquery": "github:components/jquery", "jquery": "npm:jquery",
"css": "github:systemjs/plugin-css" "css": "github:systemjs/plugin-css"
}, },
"files": ["toastr.js", "build"], "files": ["toastr.js", "build"],
@@ -10,7 +10,7 @@
} }
}, },
"dependencies": { "dependencies": {
"jquery": "github:components/jquery", "jquery": "npm:jquery",
"css": "github:systemjs/plugin-css" "css": "github:systemjs/plugin-css"
} }
} }
@@ -10,7 +10,7 @@
} }
}, },
"dependencies": { "dependencies": {
"jquery": "github:components/jquery", "jquery": "npm:jquery",
"css": "github:systemjs/plugin-css" "css": "github:systemjs/plugin-css"
} }
} }
@@ -10,7 +10,7 @@
} }
}, },
"dependencies": { "dependencies": {
"jquery": "github:components/jquery", "jquery": "npm:jquery",
"css": "github:systemjs/plugin-css" "css": "github:systemjs/plugin-css"
} }
} }
@@ -13,7 +13,7 @@
} }
}, },
"dependencies": { "dependencies": {
"jquery": "github:components/jquery", "jquery": "npm:jquery",
"css": "github:systemjs/plugin-css" "css": "github:systemjs/plugin-css"
} }
} }
@@ -5,8 +5,8 @@
"lib": "source/stable" "lib": "source/stable"
}, },
"dependencies": { "dependencies": {
"jquery": "github:components/jquery", "jquery": "npm:jquery",
"jquery-ui": "github:components/jqueryui" "jquery-ui": "npm:jquery-ui"
}, },
"shim": { "shim": {
"jquery-ui-layout": { "jquery-ui-layout": {
@@ -1,5 +0,0 @@
{
"main": "jquery",
"files": ["jquery.js"],
"format": "global"
}
@@ -1,3 +0,0 @@
{
"main": "jquery"
}
@@ -1,7 +0,0 @@
{
"main": "jquery-ui.js",
"registry": "jspm",
"dependencies": {
"jquery": "*"
}
}
@@ -4,7 +4,7 @@
"format": "global", "format": "global",
"files":["icheck.js","icheck.min.js","skins/**/*"], "files":["icheck.js","icheck.min.js","skins/**/*"],
"dependencies": { "dependencies": {
"jquery": "github:components/jquery" "jquery": "npm:jquery"
}, },
"shim":{ "shim":{
"icheck": ["jquery"], "icheck": ["jquery"],
@@ -2,7 +2,7 @@
"main": false, "main": false,
"dependencies": { "dependencies": {
"jquery": "npm:jquery", "jquery": "npm:jquery",
"jqueryui": "github:components/jqueryui", "jqueryui": "npm:jquery-ui",
"knockout": "github:knockout/knockout" "knockout": "github:knockout/knockout"
}, },
"map": { "map": {
@@ -9,7 +9,7 @@
] ]
}, },
"dependencies": { "dependencies": {
"jquery": "github:components/jquery", "jquery": "npm:jquery",
"css": "github:systemjs/plugin-css" "css": "github:systemjs/plugin-css"
} }
} }
@@ -8,6 +8,6 @@
} }
}, },
"dependencies": { "dependencies": {
"jquery": "github:components/jquery" "jquery": "npm:jquery"
} }
} }
@@ -10,7 +10,7 @@
"registry": "jspm", "registry": "jspm",
"format": "global", "format": "global",
"dependencies": { "dependencies": {
"jquery": "github:components/jquery" "jquery": "npm:jquery"
}, },
"shim": { "shim": {
"jquery.mCustomScrollbar": { "jquery.mCustomScrollbar": {
@@ -5,8 +5,8 @@
"lib": "dist" "lib": "dist"
}, },
"dependencies": { "dependencies": {
"jquery": "github:components/jquery", "jquery": "npm:jquery",
"jquery-ui": "github:components/jqueryui" "jquery-ui": "npm:jquery-ui"
}, },
"shim": { "shim": {
"jquery-fancytree": { "jquery-fancytree": {
@@ -5,12 +5,12 @@
], ],
"main": "build/knockout-sortable.js", "main": "build/knockout-sortable.js",
"dependencies": { "dependencies": {
"jquery": "github:components/jquery@^2.1.4", "jquery": "npm:jquery@^2.1.4",
"jquery-ui": "github:components/jqueryui@^1.11.4", "jquery-ui": "npm:jquery-ui@^1.11.4",
"knockout": "github:knockout/knockout@^3.3.0" "knockout": "github:knockout/knockout@^3.3.0"
}, },
"map": { "map": {
"jquery-ui/draggable": "jquery-ui/ui/draggable", "jquery-ui/draggable": "jquery-ui/ui/draggable",
"jquery-ui/sortable": "jquery-ui/ui/sortable" "jquery-ui/sortable": "jquery-ui/ui/sortable"
} }
} }
@@ -3,7 +3,7 @@
"format": "global", "format": "global",
"files": ["dist/*","css/*","js/*","less/*","sass/*"], "files": ["dist/*","css/*","js/*","less/*","sass/*"],
"dependencies": { "dependencies": {
"jquery": "github:components/jquery" "jquery": "npm:jquery"
}, },
"shim":{ "shim":{
"js/bootstrap-slider": ["jquery"], "js/bootstrap-slider": ["jquery"],
@@ -3,6 +3,6 @@
"lib": "src" "lib": "src"
}, },
"shim": { "shim": {
"wordcloud2.js": "github:components/jquery" "wordcloud2.js": "npm:jquery"
} }
} }
@@ -16,6 +16,6 @@
} }
}, },
"dependencies": { "dependencies": {
"jquery": "github:components/jquery" "jquery": "npm:jquery"
} }
} }
@@ -7,7 +7,7 @@
} }
}, },
"dependencies": { "dependencies": {
"jquery": "github:components/jquery" "jquery": "npm:jquery"
}, },
"ignore": [ "ignore": [
"js/foundation.min.js", "js/foundation.min.js",
@@ -9,7 +9,7 @@
} }
}, },
"dependencies": { "dependencies": {
"jquery": "github:components/jquery" "jquery": "npm:jquery"
}, },
"ignore": [ "ignore": [
"js/foundation.min.js", "js/foundation.min.js",
@@ -8,6 +8,6 @@
} }
}, },
"dependencies": { "dependencies": {
"jQuery": "github:components/jquery" "jQuery": "npm:jquery"
} }
} }
@@ -9,6 +9,6 @@
} }
}, },
"dependencies": { "dependencies": {
"jquery": "github:components/jquery" "jquery": "npm:jquery"
} }
} }
@@ -2,7 +2,7 @@
"format": "global", "format": "global",
"main": "dist/js/materialize", "main": "dist/js/materialize",
"dependencies": { "dependencies": {
"jquery": "github:components/jquery", "jquery": "npm:jquery",
"css": "github:systemjs/plugin-css" "css": "github:systemjs/plugin-css"
}, },
"shim": { "shim": {
+1 -1
View File
@@ -348,7 +348,7 @@
"jiff": "github:cujojs/jiff", "jiff": "github:cujojs/jiff",
"joi": "github:capaj/joi-browser", "joi": "github:capaj/joi-browser",
"jquery": "npm:jquery", "jquery": "npm:jquery",
"jquery-ui": "github:components/jqueryui", "jquery-ui": "npm:jquery-ui",
"jquery-ui-layout": "github:allpro/layout", "jquery-ui-layout": "github:allpro/layout",
"jquery-autosize": "github:jackmoore/autosize", "jquery-autosize": "github:jackmoore/autosize",
"jquery-custom-selection": "github:michalstocki/jquery-custom-selection", "jquery-custom-selection": "github:michalstocki/jquery-custom-selection",