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:
@@ -2,7 +2,7 @@
|
||||
"main": "toastr",
|
||||
"format": "global",
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
},
|
||||
"files": ["toastr.js", "toastr.css", "build"],
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"main": "toastr",
|
||||
"format": "global",
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
},
|
||||
"files": ["toastr.js", "build"],
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
@@ -5,8 +5,8 @@
|
||||
"lib": "source/stable"
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery-ui": "github:components/jqueryui"
|
||||
"jquery": "npm:jquery",
|
||||
"jquery-ui": "npm:jquery-ui"
|
||||
},
|
||||
"shim": {
|
||||
"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",
|
||||
"files":["icheck.js","icheck.min.js","skins/**/*"],
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
},
|
||||
"shim":{
|
||||
"icheck": ["jquery"],
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"main": false,
|
||||
"dependencies": {
|
||||
"jquery": "npm:jquery",
|
||||
"jqueryui": "github:components/jqueryui",
|
||||
"jqueryui": "npm:jquery-ui",
|
||||
"knockout": "github:knockout/knockout"
|
||||
},
|
||||
"map": {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
@@ -8,6 +8,6 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"registry": "jspm",
|
||||
"format": "global",
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
},
|
||||
"shim": {
|
||||
"jquery.mCustomScrollbar": {
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
"lib": "dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery-ui": "github:components/jqueryui"
|
||||
"jquery": "npm:jquery",
|
||||
"jquery-ui": "npm:jquery-ui"
|
||||
},
|
||||
"shim": {
|
||||
"jquery-fancytree": {
|
||||
|
||||
@@ -5,8 +5,8 @@
|
||||
],
|
||||
"main": "build/knockout-sortable.js",
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery@^2.1.4",
|
||||
"jquery-ui": "github:components/jqueryui@^1.11.4",
|
||||
"jquery": "npm:jquery@^2.1.4",
|
||||
"jquery-ui": "npm:jquery-ui@^1.11.4",
|
||||
"knockout": "github:knockout/knockout@^3.3.0"
|
||||
},
|
||||
"map": {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"format": "global",
|
||||
"files": ["dist/*","css/*","js/*","less/*","sass/*"],
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
},
|
||||
"shim":{
|
||||
"js/bootstrap-slider": ["jquery"],
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"lib": "src"
|
||||
},
|
||||
"shim": {
|
||||
"wordcloud2.js": "github:components/jquery"
|
||||
"wordcloud2.js": "npm:jquery"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -16,6 +16,6 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
},
|
||||
"ignore": [
|
||||
"js/foundation.min.js",
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
},
|
||||
"ignore": [
|
||||
"js/foundation.min.js",
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jQuery": "github:components/jquery"
|
||||
"jQuery": "npm:jquery"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery"
|
||||
"jquery": "npm:jquery"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"format": "global",
|
||||
"main": "dist/js/materialize",
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery": "npm:jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
},
|
||||
"shim": {
|
||||
|
||||
+1
-1
@@ -348,7 +348,7 @@
|
||||
"jiff": "github:cujojs/jiff",
|
||||
"joi": "github:capaj/joi-browser",
|
||||
"jquery": "npm:jquery",
|
||||
"jquery-ui": "github:components/jqueryui",
|
||||
"jquery-ui": "npm:jquery-ui",
|
||||
"jquery-ui-layout": "github:allpro/layout",
|
||||
"jquery-autosize": "github:jackmoore/autosize",
|
||||
"jquery-custom-selection": "github:michalstocki/jquery-custom-selection",
|
||||
|
||||
Reference in New Issue
Block a user